Skip to content

Commit 3c8aab6

Browse files
committed
fix
1 parent b873b73 commit 3c8aab6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Console/ReloadConsumersCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ class ReloadConsumersCommand extends Command
1414

1515
protected Producer $producer;
1616

17-
public function __construct(Producer $broker)
17+
public function __construct(Producer $producer)
1818
{
1919
parent::__construct();
20-
$this->producer = $broker;
20+
$this->producer = $producer;
2121
}
2222

2323
protected function configure()

0 commit comments

Comments
 (0)