コード例 #1
0
ファイル: PostRequest.php プロジェクト: ee-ee/infinity-next
 /**
  * Returns if the client has access to this form.
  *
  * @return boolean
  */
 public function authorize()
 {
     return !Ban::isBanned($this->ip(), $this->board);
 }