Skip to content

Commit b941769

Browse files
Throttle.php fixed
1 parent ef94d45 commit b941769

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Middleware/Throttle.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ public function handle($request, Closure $next)
3535
return $next($request);
3636
}
3737

38-
protected function getToManyAttemptsMessage()
39-
{
38+
protected function getToManyAttemptsMessage() {
4039
$seconds = RateLimiter::availableIn('login-tries-' . Admin::guardName());
4140

4241
$message = Lang::has('auth.throttle')

0 commit comments

Comments
 (0)