Skip to content

Commit da7a078

Browse files
authored
Merge pull request vyuldashev#248 from stephandesouza/patch-1
Making RabbitMQQueue::declareEverything() public
2 parents da02aa1 + f6ff908 commit da7a078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Queue/RabbitMQQueue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public function getContext(): AmqpContext
206206
*
207207
* @return array [Interop\Amqp\AmqpQueue, Interop\Amqp\AmqpTopic]
208208
*/
209-
protected function declareEverything(string $queueName = null): array
209+
public function declareEverything(string $queueName = null): array
210210
{
211211
$queueName = $this->getQueueName($queueName);
212212
$exchangeName = $this->exchangeOptions['name'] ?: $queueName;

0 commit comments

Comments
 (0)