1 | <?php |
||
26 | class ChangeUrlCommand extends CloudCommand |
||
27 | { |
||
28 | protected static $defaultName = 'panda:notifications:change-url'; |
||
29 | |||
30 | /** |
||
31 | * {@inheritDoc} |
||
32 | */ |
||
33 | 3 | protected function configure() |
|
40 | |||
41 | /** |
||
42 | * {@inheritDoc} |
||
43 | */ |
||
44 | 2 | protected function doExecuteCommand(InputInterface $input, OutputInterface $output) |
|
51 | } |
||
52 |