| 1 | <?php |
||
| 19 | class InstallWildfireCommand extends InstallCommand |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * @var string |
||
| 23 | */ |
||
| 24 | protected $library = 'wildfire'; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Executes the command. |
||
| 28 | * |
||
| 29 | * @param \Symfony\Component\Console\Input\InputInterface $input |
||
| 30 | * @param \Symfony\Component\Console\Output\OutputInterface $output |
||
| 31 | * @return object|\Symfony\Component\Console\Output\OutputInterface |
||
| 32 | */ |
||
| 33 | 12 | protected function execute(InputInterface $input, OutputInterface $output) |
|
| 49 | } |
||
| 50 |