2019-07-18 13:44:19 +02:00
|
|
|
|
<?php
|
|
|
|
|
return [
|
|
|
|
|
'events:import‚' => [
|
|
|
|
|
'class' => \Wrm\Events\Command\ImportCommand::class
|
2019-08-12 07:43:37 +02:00
|
|
|
|
],
|
|
|
|
|
'events:destinationdataimport‚' => [
|
|
|
|
|
'class' => \Wrm\Events\Command\DestinationDataImportCommand::class
|
2019-07-18 13:44:19 +02:00
|
|
|
|
]
|
|
|
|
|
];
|