Passed
Branch master (652e57)
by Max
06:06
created
Category
config/commands.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     | will extract all "Illuminate\Console\Command" based class commands.
25 25
     |
26 26
     */
27
-    'paths' => [app_path('Commands')],
27
+    'paths' => [ app_path('Commands') ],
28 28
 
29 29
     /*
30 30
     |--------------------------------------------------------------------------
Please login to merge, or discard this patch.