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 f4ad854 commit 03dab43Copy full SHA for 03dab43
src/AuthNotifications.php
@@ -38,7 +38,7 @@ public function handleFailed(Failed $event): void
38
if (! in_array($event->guard, config('auth-notifications.listen_to.login_failed.guards'))) {
39
return;
40
}
41
-
+
42
if (empty($event->user)) {
43
44
0 commit comments