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