Update app/init/resources.php

This commit is contained in:
Jake Barnby
2025-11-05 16:09:20 +13:00
committed by GitHub
parent f3fd2fd191
commit 501cba216b
-1
View File
@@ -485,7 +485,6 @@ App::setResource('getProjectDB', function (Group $pools, Database $dbForPlatform
$adapter = new DatabasePool($pools->get($dsn->getHost()));
$database = new Database($adapter, $cache);
$database->setAuthorization($authorization);
$databases[$dsn->getHost()] = $database;
$configure($database);