@@ -41,7 +41,7 @@ |
||
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, |