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