@@ -24,7 +24,7 @@ |
||
| 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 | |-------------------------------------------------------------------------- |