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