Passed
Push — task/jwt-implementation ( 86d60b...8dcbe1 )
by
unknown
05:29
created
app/Http/Controllers/Auth/JWTAuthController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     {
27 27
         $credentials = request(['email', 'password']);
28 28
 
29
-        if (! $token = auth('jwt')->attempt($credentials)) {
29
+        if (!$token = auth('jwt')->attempt($credentials)) {
30 30
             return response()->json(['error' => 'Unauthorized'], 401);
31 31
         }
32 32
 
Please login to merge, or discard this patch.