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