|
@ -15,6 +15,7 @@ class Kernel extends ConsoleKernel |
|
|
protected $commands = [ |
|
|
protected $commands = [ |
|
|
'App\Console\Commands\TestTrip', |
|
|
'App\Console\Commands\TestTrip', |
|
|
'App\Console\Commands\CleanFile', |
|
|
'App\Console\Commands\CleanFile', |
|
|
|
|
|
'App\Console\Commands\GenerateKey' |
|
|
]; |
|
|
]; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|