fixed PSR issues on event library issue #1943

This commit is contained in:
David Mendoza 2021-10-05 11:46:56 -06:00
parent ca974bdb29
commit 735c04318d

View file

@ -6,7 +6,6 @@ use Resque;
class Event
{
const DELETE_QUEUE_NAME = 'v1-deletes';
const DELETE_CLASS_NAME = 'DeletesV1';