From 0330bf37eb33c93d9b4fc411b1bf8ba8cb74bb91 Mon Sep 17 00:00:00 2001 From: shimon Date: Sun, 18 Aug 2024 17:05:24 +0300 Subject: [PATCH] updates --- src/Appwrite/Event/Database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Event/Database.php b/src/Appwrite/Event/Database.php index f9eb7d9a7d..e51e13b6e6 100644 --- a/src/Appwrite/Event/Database.php +++ b/src/Appwrite/Event/Database.php @@ -116,7 +116,7 @@ class Database extends Event } $this->setQueue($dsn->getHost()); - + var_dump('** setting Database queue to : ' . $dsn->getHost()); $client = new Client($this->queue, $this->connection); try {