Exemple #1
0
 /**
  * Determines if the user can report this post to board owners.
  *
  * @param  App\Contracts\PermissionUser  $user
  * @return boolean
  */
 public function canReport($user)
 {
     return $user->canReport($this);
 }