| 1 | <?php |
||
| 26 | class DeleteProfileCommand extends CloudCommand |
||
| 27 | { |
||
| 28 | protected static $defaultName = 'panda:profile:delete'; |
||
| 29 | |||
| 30 | /** |
||
| 31 | * {@inheritDoc} |
||
| 32 | */ |
||
| 33 | 4 | protected function configure() |
|
| 44 | |||
| 45 | /** |
||
| 46 | * {@inheritDoc} |
||
| 47 | */ |
||
| 48 | 3 | protected function doExecuteCommand(InputInterface $input, OutputInterface $output) |
|
| 57 | } |
||
| 58 |