1 | <?php |
||
24 | final class ChangeUrlCommand extends CloudCommand |
||
25 | { |
||
26 | protected static $defaultName = 'panda:notifications:change-url'; |
||
27 | |||
28 | /** |
||
29 | * {@inheritDoc} |
||
30 | */ |
||
31 | 4 | protected function configure() |
|
38 | |||
39 | /** |
||
40 | * {@inheritDoc} |
||
41 | */ |
||
42 | 2 | protected function doExecuteCommand(InputInterface $input, OutputInterface $output) |
|
49 | } |
||
50 |