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 2c4ac43 + 8c27d95 commit 02a3dd7Copy full SHA for 02a3dd7
src/Worker.php
@@ -77,7 +77,7 @@ public function runNextJob($connectionName, $queueNames, WorkerOptions $options)
77
$this->interop = $this->queue instanceof Queue;
78
79
if (false == $this->interop) {
80
- parent::daemon($connectionName, $this->queueNames, $options);
+ parent::runNextJob($connectionName, $this->queueNames, $options);
81
return;
82
}
83
0 commit comments