We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6f430f + 1d20d3c commit 2fda572Copy full SHA for 2fda572
src/Queue/RabbitMQQueue.php
@@ -54,7 +54,7 @@ class RabbitMQQueue extends Queue implements QueueContract, RabbitMQQueueContrac
54
/**
55
* Current job being processed.
56
*/
57
- protected RabbitMQJob $currentJob;
+ protected ?RabbitMQJob $currentJob = null;
58
59
60
* Holds the Configuration
0 commit comments