| 1 | <?php |
||
| 12 | class CancelTicket extends Command |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @var MessageBusInterface |
||
| 16 | */ |
||
| 17 | private $commandBus; |
||
| 18 | |||
| 19 | public static function build(MessageBusInterface $commandBus) |
||
| 26 | |||
| 27 | protected function configure() |
||
| 36 | |||
| 37 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 46 | } |
||
| 47 |