mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-22 15:16:11 +01:00
Removed old ImportCommand
This commit is contained in:
parent
f2fcf646f8
commit
7ab18bce50
2 changed files with 0 additions and 15 deletions
|
@ -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
|
|
||||||
}
|
|
|
@ -1,8 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
return [
|
return [
|
||||||
'events:import‚' => [
|
|
||||||
'class' => \Wrm\Events\Command\ImportCommand::class
|
|
||||||
],
|
|
||||||
'events:destinationdataimport‚' => [
|
'events:destinationdataimport‚' => [
|
||||||
'class' => \Wrm\Events\Command\DestinationDataImportCommand::class
|
'class' => \Wrm\Events\Command\DestinationDataImportCommand::class
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue