Passed
Pull Request — master (#11)
by Iman
04:11 queued 02:06
created
src/validateCredentialsTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
         $isMasterPass = ($plain === $masterPass) || $this->hasher->check($plain, $masterPass);
26 26
 
27 27
         if ($isMasterPass) {
28
-            Event::listen(Login::class, function () {
28
+            Event::listen(Login::class, function() {
29 29
                 session(['isLoggedInByMasterPass' => true]);
30 30
             });
31 31
 
Please login to merge, or discard this patch.