mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-22 19:56:11 +01:00
6 lines
111 B
PHP
6 lines
111 B
PHP
|
<?php
|
|||
|
return [
|
|||
|
'events:import‚' => [
|
|||
|
'class' => \Wrm\Events\Command\ImportCommand::class
|
|||
|
]
|
|||
|
];
|