Exemple #1
0
 /**
  * Determines if the user can edit this post.
  *
  * @param  App\User|App\Support\Anonymous  $user
  * @return boolean
  */
 public function canEdit($user)
 {
     return $user->canEdit($this);
 }