* debug cmd added
* auth fix
This commit is contained in:
@@ -6,12 +6,14 @@ return [
|
||||
'factories' => [
|
||||
App\Command\KoinImportCommand::class => App\Command\KoinImportCommandFactory::class,
|
||||
App\Command\PeriodicSZEPCommand::class => App\Command\PeriodicSZEPCommandFactory::class,
|
||||
App\Command\DebugCommand::class => App\Command\DebugCommandFactory::class,
|
||||
],
|
||||
],
|
||||
'console' => [
|
||||
'commands' => [
|
||||
App\Command\KoinImportCommand::class,
|
||||
App\Command\PeriodicSZEPCommand::class,
|
||||
App\Command\DebugCommand::class,
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user