events/Configuration/Commands.php

6 lines
111 B
PHP
Raw Normal View History

<?php
return [
'events:import' => [
'class' => \Wrm\Events\Command\ImportCommand::class
]
];