mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Debug
This commit is contained in:
+2
-1
@@ -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']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user