diff --git a/src/Appwrite/Event/Event.php b/src/Appwrite/Event/Event.php index 19496bee75..b2c69337a2 100644 --- a/src/Appwrite/Event/Event.php +++ b/src/Appwrite/Event/Event.php @@ -6,6 +6,7 @@ use Resque; class Event { + const DELETE_QUEUE_NAME = 'v1-deletes'; const DELETE_CLASS_NAME = 'DeletesV1';