@@ -17,32 +17,32 @@ |
||
| 17 | 17 | $this->delayMinutes = $delayMinutes; |
| 18 | 18 | } |
| 19 | 19 | |
| 20 | - public function hasTooManyAttempts (Request $request) |
|
| 20 | + public function hasTooManyAttempts(Request $request) |
|
| 21 | 21 | { |
| 22 | 22 | return $this->hasTooManyLoginAttempts($request); |
| 23 | 23 | } |
| 24 | 24 | |
| 25 | - public function incrementAttempts (Request $request) |
|
| 25 | + public function incrementAttempts(Request $request) |
|
| 26 | 26 | { |
| 27 | 27 | return $this->incrementLoginAttempts($request); |
| 28 | 28 | } |
| 29 | 29 | |
| 30 | - public function clearAttempts (Request $request) |
|
| 30 | + public function clearAttempts(Request $request) |
|
| 31 | 31 | { |
| 32 | 32 | return $this->clearLoginAttempts($request); |
| 33 | 33 | } |
| 34 | 34 | |
| 35 | - public function _fireLockoutEvent (Request $request) |
|
| 35 | + public function _fireLockoutEvent(Request $request) |
|
| 36 | 36 | { |
| 37 | 37 | return $this->fireLockoutEvent($request); |
| 38 | 38 | } |
| 39 | 39 | |
| 40 | - public function _limiter () |
|
| 40 | + public function _limiter() |
|
| 41 | 41 | { |
| 42 | 42 | return $this->limiter(); |
| 43 | 43 | } |
| 44 | 44 | |
| 45 | - public function _throttleKey (Request $request) |
|
| 45 | + public function _throttleKey(Request $request) |
|
| 46 | 46 | { |
| 47 | 47 | return $this->throttleKey($request); |
| 48 | 48 | } |