Exemple #1
0
 /**
  * Determines if the user can sticky or unsticky this post.
  *
  * @param  App\Contracts\PermissionUser  $user
  * @return boolean
  */
 public function canSticky($user)
 {
     return $user->canSticky($this);
 }