Exemplo n.º 1
0
 /**
  * Determines if the user can delete this post.
  *
  * @param  App\Contracts\PermissionUser  $user
  * @return boolean
  */
 public function canDelete($user)
 {
     return $user->canDelete($this);
 }