| 1 | <?php |
||
| 11 | class ExecuteCommand extends AbstractDatabaseCommand |
||
| 12 | { |
||
| 13 | protected function configure() |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @param \Symfony\Component\Console\Input\InputInterface $input |
||
| 24 | * @param \Symfony\Component\Console\Output\OutputInterface $output |
||
| 25 | * @return int|void |
||
| 26 | */ |
||
| 27 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 45 | |||
| 46 | } |