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 3757fdc commit b79120eCopy full SHA for b79120e
1 file changed
src/Http/Controllers/Concerns/HandlesLogins.php
@@ -43,7 +43,7 @@ protected function guard()
43
return Auth::guard();
44
}
45
46
- protected function failAuthentication(Request $request, Authenticatable $user)
+ protected function failAuthentication(Request $request, ?Authenticatable $user = null)
47
{
48
$this->fireFailedEvent($request, $user);
49
$this->incrementLoginAttempts($request);
0 commit comments