set(new \Symfony\Component\Console\Helper\QuestionHelper(), 'question'); } else { $helperSet->set(new \Symfony\Component\Console\Helper\DialogHelper(), 'dialog'); } $input = file_exists('migrations-input.php') ? include 'migrations-input.php' : null; $output = file_exists('migrations-output.php') ? include 'migrations-output.php' : null; $cli = \Doctrine\DBAL\Migrations\Tools\Console\ConsoleRunner::createApplication($helperSet); $cli->run($input, $output);