/home/techb158/immovalet.com/vendor/doctrine/dbal/src/Tools/Console
NameSizeModeActions
Command/-0755rm
ConnectionProvider/-0755rm
ConnectionNotFound.php1380644editdlrm
ConnectionProvider.php3360644editdlrm
ConsoleRunner.php22300644editdlrm
Edit: /home/techb158/immovalet.com/vendor/doctrine/dbal/src/Tools/Console/ConsoleRunner.php (2230B)
setCatchExceptions(true); self::addCommands($cli, $connectionProvider); $cli->addCommands($commands); $cli->run(); } /** * @return void */ public static function addCommands(Application $cli, ConnectionProvider $connectionProvider) { $cli->addCommands([ new RunSqlCommand($connectionProvider), new ReservedWordsCommand($connectionProvider), ]); } /** * Prints the instructions to create a configuration file * * @return void */ public static function printCliConfigTemplate() { echo <<<'HELP' You are missing a "cli-config.php" or "config/cli-config.php" file in your project, which is required to get the Doctrine-DBAL Console working. You can use the following sample as a template: