Remove unused codes

Signed-off-by: Vitor Mattos <vitor@php.rio>
This commit is contained in:
Vitor Mattos
2021-07-27 12:55:29 -03:00
committed by Julius Härtl
parent 5b30577df0
commit fda8a03c43
3 changed files with 1 additions and 18 deletions

View File

@@ -105,7 +105,7 @@ class BoardImportCommandService extends BoardImportService {
return $answer;
});
$configFile = $helper->ask($this->getInput(), $this->getOutput(), $question);
$config = $this->getInput()->setOption('config', $configFile);
$this->getInput()->setOption('config', $configFile);
} catch (ConflictException $e) {
$this->getOutput()->writeln('<error>Invalid config file</error>');
$this->getOutput()->writeln(array_map(function (array $v): string {