diff --git a/src/QueueProvider.php b/src/QueueProvider.php index 3af0873..2584e63 100644 --- a/src/QueueProvider.php +++ b/src/QueueProvider.php @@ -69,9 +69,9 @@ public function withChannelName(string $channel): self return $this; } - if ($this->exchangeSettings !== null) { - throw new ExchangeDeclaredException(); - } + //if ($this->exchangeSettings !== null) { + // throw new ExchangeDeclaredException(); + //} $instance = clone $this; $instance->channel = null;