Passed
Push — master ( 73146b...f99393 )
by Mateusz
04:25
created
src/Listeners/LogSuccessfulLogin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
 
50 50
         $user->authentications()->save($authenticationLog);
51 51
 
52
-        if (! $known && config('authentication-log.notify') && auth()->user()->notificationLogin ) {
52
+        if (!$known && config('authentication-log.notify') && auth()->user()->notificationLogin) {
53 53
             $user->notify(new NewDevice($authenticationLog));
54 54
         }
55 55
     }
Please login to merge, or discard this patch.