Skip to content

Commit 02a3dd7

Browse files
authored
Merge pull request #22 from andrewmy/fix-run-next
Fix running next job
2 parents 2c4ac43 + 8c27d95 commit 02a3dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Worker.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function runNextJob($connectionName, $queueNames, WorkerOptions $options)
7777
$this->interop = $this->queue instanceof Queue;
7878

7979
if (false == $this->interop) {
80-
parent::daemon($connectionName, $this->queueNames, $options);
80+
parent::runNextJob($connectionName, $this->queueNames, $options);
8181
return;
8282
}
8383

0 commit comments

Comments
 (0)