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.
2 parents da02aa1 + f6ff908 commit da7a078Copy full SHA for da7a078
src/Queue/RabbitMQQueue.php
@@ -206,7 +206,7 @@ public function getContext(): AmqpContext
206
*
207
* @return array [Interop\Amqp\AmqpQueue, Interop\Amqp\AmqpTopic]
208
*/
209
- protected function declareEverything(string $queueName = null): array
+ public function declareEverything(string $queueName = null): array
210
{
211
$queueName = $this->getQueueName($queueName);
212
$exchangeName = $this->exchangeOptions['name'] ?: $queueName;
0 commit comments