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 {