From 3ee11afe8878120d43330ea138677e255a7d11fb Mon Sep 17 00:00:00 2001 From: David Mendoza Date: Tue, 5 Oct 2021 11:50:54 -0600 Subject: [PATCH] Fixed PSR issues on event library --- 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';