mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
feat: update log messages
This commit is contained in:
@@ -186,7 +186,7 @@ abstract class Worker
|
||||
|
||||
$databaseName = $project->getAttribute('database');
|
||||
|
||||
var_dump(self::$databases);
|
||||
var_dump(array_keys(self::$databases));
|
||||
|
||||
if (isset(self::$databases[$databaseName])) {
|
||||
$database = self::$databases[$databaseName];
|
||||
|
||||
Reference in New Issue
Block a user