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 30cc1d4 commit 5574281Copy full SHA for 5574281
src/Worker.php
@@ -40,7 +40,6 @@ class Worker extends \Illuminate\Queue\Worker implements
40
41
public function daemon($connectionName, $queueNames, WorkerOptions $options)
42
{
43
- var_dump(123123);
44
// TODO: sleep when no job
45
46
$this->connectionName = $connectionName;
0 commit comments