Passed
Pull Request — master (#18)
by Moinuddin
06:06
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 && config('authentication-log.notify') && $first_login != null) {
53
+        if (!$known && config('authentication-log.notify') && $first_login != null) {
54 54
             $user->notify(new NewDevice($authenticationLog));
55 55
         }
56 56
     }
Please login to merge, or discard this patch.