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); }