1 | <?php |
||
27 | class DisableEventCommand extends CloudCommand |
||
28 | { |
||
29 | protected static $defaultName = 'panda:notifications:disable'; |
||
30 | |||
31 | /** |
||
32 | * {@inheritDoc} |
||
33 | */ |
||
34 | 3 | protected function configure() |
|
45 | |||
46 | /** |
||
47 | * {@inheritDoc} |
||
48 | */ |
||
49 | 2 | protected function doExecuteCommand(InputInterface $input, OutputInterface $output) |
|
56 | } |
||
57 |