events/Classes/Command/ImportCommand.php

12 lines
329 B
PHP
Raw Normal View History

2019-08-12 15:49:52 +02:00
<?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
}