Example #1
0
 /**
  * Determines if the user can lock this post
  *
  * @param  App\Contracts\PermissionUser  $user
  * @return boolean
  */
 public function canLock($user)
 {
     return $user->canLock($this);
 }