This commit is contained in:
2021-09-15 01:26:06 +03:00
parent c505d62533
commit 43b92e9bb9

View File

@ -15,13 +15,11 @@ use function Amp\call;
final class Producer extends Connection final class Producer extends Connection
{ {
public function __construct( public function __construct(
private string $address, private string $address,
private ClientConfig $clientConfig, private ClientConfig $clientConfig,
private LoggerInterface $logger, private LoggerInterface $logger,
) ) {
{
parent::__construct( parent::__construct(
$this->address, $this->address,
$this->clientConfig, $this->clientConfig,