1 | <?php |
||
25 | final class DisableEventCommand extends CloudCommand |
||
26 | { |
||
27 | protected static $defaultName = 'panda:notifications:disable'; |
||
28 | |||
29 | /** |
||
30 | * {@inheritDoc} |
||
31 | */ |
||
32 | 4 | protected function configure() |
|
43 | |||
44 | /** |
||
45 | * {@inheritDoc} |
||
46 | */ |
||
47 | 2 | protected function doExecuteCommand(InputInterface $input, OutputInterface $output) |
|
54 | } |
||
55 |