@@ -25,18 +25,18 @@ |
||
| 25 | 25 | protected function execute(InputInterface $input, OutputInterface $output) |
| 26 | 26 | { |
| 27 | 27 | |
| 28 | - $command = $this->getApplication()->find('config:convert'); |
|
| 29 | - $returnCode = $command->run(new ArrayInput([ |
|
| 28 | + $command = $this->getApplication()->find('config:convert'); |
|
| 29 | + $returnCode = $command->run(new ArrayInput([ |
|
| 30 | 30 | 'command' => 'config:convert' |
| 31 | 31 | ]), $output); |
| 32 | 32 | |
| 33 | - $command = $this->getApplication()->find('packages:install'); |
|
| 34 | - $returnCode = $command->run(new ArrayInput([ |
|
| 33 | + $command = $this->getApplication()->find('packages:install'); |
|
| 34 | + $returnCode = $command->run(new ArrayInput([ |
|
| 35 | 35 | 'command' => 'packages:install' |
| 36 | 36 | ]), $output); |
| 37 | 37 | |
| 38 | - $command = $this->getApplication()->find('migration:migrate'); |
|
| 39 | - $returnCode = $command->run(new ArrayInput([ |
|
| 38 | + $command = $this->getApplication()->find('migration:migrate'); |
|
| 39 | + $returnCode = $command->run(new ArrayInput([ |
|
| 40 | 40 | 'command' => 'migration:migrate' |
| 41 | 41 | ]), $output); |
| 42 | 42 | |