Update src/Appwrite/Event/Audit.php

Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
Shimon Newman 2023-10-16 18:11:29 +03:00 committed by GitHub
parent 039df4abb3
commit 710ac707e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ class Audit extends Event
$this
->setQueue(Event::AUDITS_QUEUE_NAME)
->setClass(Event::BUILDS_CLASS_NAME);
->setClass(Event::AUDITS_CLASS_NAME);
}