Removed old ImportCommand

This commit is contained in:
Dirk 2019-08-13 09:32:46 +02:00
parent f2fcf646f8
commit 7ab18bce50
2 changed files with 0 additions and 15 deletions

View file

@ -1,12 +0,0 @@
<?php
namespace Wrm\Events\Command;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
class ImportCommand extends Command {
// Just to prevent scheduler from breaking
}

View file

@ -1,8 +1,5 @@
<?php
return [
'events:import' => [
'class' => \Wrm\Events\Command\ImportCommand::class
],
'events:destinationdataimport' => [
'class' => \Wrm\Events\Command\DestinationDataImportCommand::class
]