Skip to content

Commit df1b3c3

Browse files
committed
like this then
1 parent 1da950c commit df1b3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Horizon/RabbitMQQueue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class RabbitMQQueue extends BaseRabbitMQQueue
1818
/**
1919
* The job that last pushed to queue via the "push" method.
2020
*/
21-
protected string|object|null $lastPushed = null;
21+
protected string|object $lastPushed = '';
2222

2323
/**
2424
* Get the number of queue jobs that are ready to process.

0 commit comments

Comments
 (0)