| 1 | <?php |
||
| 10 | class RemoveCommand extends AbstractGiftCardCommand |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * Setup |
||
| 14 | * |
||
| 15 | * @return void |
||
| 16 | */ |
||
| 17 | protected function configure() |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @param \Symfony\Component\Console\Input\InputInterface $input |
||
| 32 | * @param \Symfony\Component\Console\Output\OutputInterface $output |
||
| 33 | * @return void |
||
| 34 | */ |
||
| 35 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 56 | } |
||
| 57 |