diff --git a/src/Appwrite/Event/Database.php b/src/Appwrite/Event/Database.php index c2a36577c4..ace846d8b4 100644 --- a/src/Appwrite/Event/Database.php +++ b/src/Appwrite/Event/Database.php @@ -111,6 +111,8 @@ class Database extends Event $client = new Client($this->queue, $this->connection); + \var_dump('Event queue name is: ' . $this->queue); + try { $result = $client->enqueue([ 'project' => $this->project,