Skip to content

Commit 03dab43

Browse files
tomschlickgithub-actions[bot]
authored andcommitted
Fix styling
1 parent f4ad854 commit 03dab43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AuthNotifications.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function handleFailed(Failed $event): void
3838
if (! in_array($event->guard, config('auth-notifications.listen_to.login_failed.guards'))) {
3939
return;
4040
}
41-
41+
4242
if (empty($event->user)) {
4343
return;
4444
}

0 commit comments

Comments
 (0)