Passed
Push — master ( 5d7f9f...66d93b )
by Yaakov
01:43 queued 10s
created
src/Listeners/LogSuccessfulLogin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
 
51 51
         $user->authentications()->save($authenticationLog);
52 52
 
53
-        if (! $known && ! $newUser && config('authentication-log.notify')) {
53
+        if (!$known && !$newUser && config('authentication-log.notify')) {
54 54
             $user->notify(new NewDevice($authenticationLog));
55 55
         }
56 56
     }
Please login to merge, or discard this patch.