Skip to content

Commit 7d4c1c1

Browse files
committed
fix bug
1 parent 5521285 commit 7d4c1c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/WorkerProcess.php

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public function __construct($tubeName, $process, $container)
2929
public function run()
3030
{
3131
$process = $this->process;
32+
$logger = $this->container['logger'];
3233
$this->connect();
3334

3435
$executor = $this->createWorkerExecutor($this->tubeName);

0 commit comments

Comments
 (0)