You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
delete() must call parent delete() in order to properly mark the job deleted. getQueue() must be implemented since the inherited $queue which should be a string is being replaced by the AMQPQueue object. this should actually be changed to its own $amqp variable and $queue should always be a string
0 commit comments