From 4228c304a5de694830c56436cb033a0605225d71 Mon Sep 17 00:00:00 2001 From: David Mendoza Date: Tue, 5 Oct 2021 11:49:05 -0600 Subject: [PATCH] Revert "fixed PSR issues on event library issue #1943" This reverts commit 735c04318db27511744d35a1cb2ecac9ce111026. --- src/Appwrite/Event/Event.php | 1 + 1 file changed, 1 insertion(+) 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';