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 2d7e889 commit adcf0c9Copy full SHA for adcf0c9
app/Http/Controllers/Auth/LoginController.php
@@ -242,6 +242,6 @@ private function getField(string $input = null): string
242
*/
243
private function fireFailedLoginEvent(Authenticatable $user = null, array $credentials = [])
244
{
245
- event(new Failed($user, $credentials));
+ event(new Failed(config('auth.defaults.guard'), $user, $credentials));
246
}
247
0 commit comments