* SZEP card poller implementation added
* new tags for sms parsing
This commit is contained in:
@@ -5,11 +5,13 @@ return [
|
||||
'invokables' => [],
|
||||
'factories' => [
|
||||
App\Command\KoinImportCommand::class => App\Command\KoinImportCommandFactory::class,
|
||||
App\Command\PeriodicSZEPCommand::class => App\Command\PeriodicSZEPCommandFactory::class,
|
||||
],
|
||||
],
|
||||
'console' => [
|
||||
'commands' => [
|
||||
App\Command\KoinImportCommand::class,
|
||||
App\Command\PeriodicSZEPCommand::class,
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user