From 9d6979688ef01235ccecdf8ca8f33bb3795b70cb Mon Sep 17 00:00:00 2001 From: hafijul233 Date: Tue, 28 May 2024 15:42:41 +0000 Subject: [PATCH] Fix styling --- src/Services/UserService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/UserService.php b/src/Services/UserService.php index f876b78..548f33a 100644 --- a/src/Services/UserService.php +++ b/src/Services/UserService.php @@ -293,7 +293,7 @@ public function login(array $inputs, string $guard = 'web') if ($attemptUser->tokens->isNotEmpty()) { - $attemptUser->tokens->each(fn($token) => $token->delete()); + $attemptUser->tokens->each(fn ($token) => $token->delete()); event(new OtherDeviceLogout($guard, $attemptUser)); }