1 | <?php |
||
12 | class GenerateCommand extends Command { |
||
13 | |||
14 | const ROUTE = 'route'; |
||
15 | |||
16 | protected function configure() { |
||
22 | |||
23 | /** |
||
24 | * @param InputInterface $input |
||
25 | * @param OutputInterface $output |
||
26 | * |
||
27 | * @return int|null|void |
||
28 | */ |
||
29 | protected function execute(InputInterface $input, OutputInterface $output) { |
||
46 | |||
47 | } |
||
48 |