From 710ac707e35a8118f7b58687ff7825979b94c3fc Mon Sep 17 00:00:00 2001 From: Shimon Newman Date: Mon, 16 Oct 2023 18:11:29 +0300 Subject: [PATCH] Update src/Appwrite/Event/Audit.php Co-authored-by: Christy Jacob --- src/Appwrite/Event/Audit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Event/Audit.php b/src/Appwrite/Event/Audit.php index 2321fe77dd..f36ec78790 100644 --- a/src/Appwrite/Event/Audit.php +++ b/src/Appwrite/Event/Audit.php @@ -18,7 +18,7 @@ class Audit extends Event $this ->setQueue(Event::AUDITS_QUEUE_NAME) - ->setClass(Event::BUILDS_CLASS_NAME); + ->setClass(Event::AUDITS_CLASS_NAME); }