From 503fb2ca82290e6ce8e01c44ad687212e411c162 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Thu, 7 Mar 2024 12:49:54 +0100 Subject: [PATCH] Debug --- app/init.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/init.php b/app/init.php index 26ebdab7a9..a20598397d 100644 --- a/app/init.php +++ b/app/init.php @@ -1146,8 +1146,8 @@ App::setResource('dbForProject', function (Group $pools, Database $dbForConsole, // ->setTenant(null) // ->setNamespace('_' . $project->getInternalId()); // } - - return $database; + return null; +// return $database; }, ['pools', 'dbForConsole', 'cache', 'project']); App::setResource('dbForConsole', function (Group $pools, Cache $cache) {