From b857fa3cdc690112e52d87bf3d3fa1ccdf74d363 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Thu, 7 Mar 2024 14:06:33 +0100 Subject: [PATCH] Debug --- app/init.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/init.php b/app/init.php index a20598397d..b5ebd4bb9f 100644 --- a/app/init.php +++ b/app/init.php @@ -1210,7 +1210,8 @@ App::setResource('getProjectDB', function (Group $pools, Database $dbForConsole, $database = new Database($dbAdapter, $cache); $databases[$databaseName] = $database; $configure($database); - return $database; + return null; +// return $database; }; }, ['pools', 'dbForConsole', 'cache']);