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.
1 parent 1da950c commit df1b3c3Copy full SHA for df1b3c3
src/Horizon/RabbitMQQueue.php
@@ -18,7 +18,7 @@ class RabbitMQQueue extends BaseRabbitMQQueue
18
/**
19
* The job that last pushed to queue via the "push" method.
20
*/
21
- protected string|object|null $lastPushed = null;
+ protected string|object $lastPushed = '';
22
23
24
* Get the number of queue jobs that are ready to process.
0 commit comments