We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef94d45 commit b941769Copy full SHA for b941769
src/Middleware/Throttle.php
@@ -35,8 +35,7 @@ public function handle($request, Closure $next)
35
return $next($request);
36
}
37
38
- protected function getToManyAttemptsMessage()
39
- {
+ protected function getToManyAttemptsMessage() {
40
$seconds = RateLimiter::availableIn('login-tries-' . Admin::guardName());
41
42
$message = Lang::has('auth.throttle')
0 commit comments