From 735c04318db27511744d35a1cb2ecac9ce111026 Mon Sep 17 00:00:00 2001 From: David Mendoza Date: Tue, 5 Oct 2021 11:46:56 -0600 Subject: [PATCH] fixed PSR issues on event library issue #1943 --- src/Appwrite/Event/Event.php | 1 - 1 file changed, 1 deletion(-) 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';