1
0
Fork 0
mirror of synced 2024-06-28 11:10:46 +12:00

Remove empty line

This commit is contained in:
Eldad Fux 2020-08-09 17:58:35 +03:00
parent ed72e03749
commit 86593ea545

View file

@ -432,7 +432,6 @@ App::setResource('consoleDB', function($register) {
$consoleDB = new Database();
$consoleDB->setAdapter(new RedisAdapter(new MySQLAdapter($register), $register));
$consoleDB->setNamespace('app_console'); // Should be replaced with param if we want to have parent projects
$consoleDB->setMocks(Config::getParam('collections', []));
return $consoleDB;