Completed
Push — master ( dbc3bd...6bde35 )
by Mahmoud
03:28
created
app/Containers/WebAuthentication/Services/WebAuthenticationService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
     {
38 38
         $correct = $this->auth->attempt(['email' => $email, 'password' => $password]);
39 39
 
40
-        if(!$correct){
40
+        if (!$correct) {
41 41
             throw new AuthenticationFailedException();
42 42
         }
43 43
 
Please login to merge, or discard this patch.