예제 #1
0
 /**
  * Checks if the credentials has been throttled by too
  * many failed login attempts
  *
  * @param  array $input
  *
  * @return boolean
  */
 public function isThrottled($input)
 {
     return Confide::isThrottled($input);
 }