Passed
Pull Request — master (#49)
by
unknown
12:41
created
src/Listeners/LogSuccessfulOtherDeviceLogout.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
             $userAgent = $this->request->userAgent();
42 42
             $authenticationLog = $user->authentications()->whereIpAddress($ip)->whereUserAgent($userAgent)->first();
43 43
 
44
-            if (! $authenticationLog) {
44
+            if (!$authenticationLog) {
45 45
                 $authenticationLog = new AuthenticationLog([
46 46
                     'ip_address' => $ip,
47 47
                     'user_agent' => $userAgent,
Please login to merge, or discard this patch.