Failed Conditions
Push — master ( 7c66af...b69c62 )
by Sébastien
02:24
created
config/autoload/token.global.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 return [
7 7
     'token_manager' => [
8 8
         'privateKey' => getenv('JWT_SIGNING_KEY'),
9
-		'allow_insecure_http' => $allow_insecure_http,
10
-		'relaxed_hosts' => $relaxed_hosts,
9
+        'allow_insecure_http' => $allow_insecure_http,
10
+        'relaxed_hosts' => $relaxed_hosts,
11 11
     ]
12 12
 ];
Please login to merge, or discard this patch.