mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-14 22:56:11 +01:00
12 lines
No EOL
329 B
PHP
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
|
|
} |