1
0
Fork 0
mirror of synced 2024-05-20 04:32:37 +12:00

Fixed PSR issues on event library

This commit is contained in:
David Mendoza 2021-10-05 11:50:54 -06:00
parent 4228c304a5
commit 3ee11afe88

View file

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