Completed
Pull Request — master (#31)
by Moinuddin
11:06 queued 04:53
created
src/Listeners/LogOtherDevicesLogout.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
             $currentUserAgent = $this->request->userAgent();
42 42
             $currentAuthLog = $currentUser->authentications()->whereIpAddress($currentUserIp)->whereUserAgent($currentUserAgent)->first();
43 43
 
44
-            if (! $currentAuthLog) {
44
+            if (!$currentAuthLog) {
45 45
                 $currentAuthLog = new AuthenticationLog([
46 46
                     'ip_address' => $currentUserIp,
47 47
                     'user_agent' => $currentUserAgent,
Please login to merge, or discard this patch.