Ejemplo n.º 1
0
 /**
  * Check if the user will have captcha or not
  *
  * @return bool
  */
 public function hasCaptcha()
 {
     return $this->user->canDoCaptcha();
 }