Exemplo n.º 1
0
 /**
  * Returns if the client has access to this form.
  *
  * @return boolean
  */
 public function authorize()
 {
     return !Ban::isBanned($this->ip(), $this->board);
 }