| 1 | <?php |
||
| 12 | class GenerateCommand extends Command |
||
| 13 | { |
||
| 14 | protected function configure() |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @param \Symfony\Component\Console\Input\InputInterface $input |
||
| 24 | * @param \Symfony\Component\Console\Output\OutputInterface $output |
||
| 25 | * |
||
| 26 | * @return int |
||
| 27 | */ |
||
| 28 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 48 | } |
||
| 49 |