events/Classes/Command/ImportCommand.php
2019-08-12 15:49:52 +02:00

12 lines
No EOL
329 B
PHP

<?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
}