From c7bf9bb3ec3d8c28bfaa978000894afd78b1df01 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Tue, 12 Mar 2024 17:09:09 +0100 Subject: [PATCH] Debug --- src/Appwrite/Event/Database.php | 2 ++ 1 file changed, 2 insertions(+) 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,