Example #1
0
 public function setOwner(User $user, $sync = true)
 {
     $this->owner = $user;
     if ($sync) {
         $user->addOutpost($this, false);
     }
 }