mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 07:56:11 +01:00
9 lines
No EOL
236 B
PHP
9 lines
No EOL
236 B
PHP
<?php
|
||
return [
|
||
'events:import‚' => [
|
||
'class' => \Wrm\Events\Command\ImportCommand::class
|
||
],
|
||
'events:destinationdataimport‚' => [
|
||
'class' => \Wrm\Events\Command\DestinationDataImportCommand::class
|
||
]
|
||
]; |