Skip to content

Commit 6eb3511

Browse files
author
MacGregor, Bradley R (Bradley.MacGregor@charter.com)
committed
RabbitMQJob: A few more fixes for exceptions due to Illuminate discrepencies
1 parent bbfe62a commit 6eb3511

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Queue/RabbitMQQueue.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class RabbitMQQueue extends Queue implements QueueContract, RabbitMQQueueContrac
6262
/**
6363
* Holds the Configuration
6464
*/
65-
protected QueueConfig $config;
65+
protected $config;
6666

6767
/**
6868
* RabbitMQQueue constructor.
@@ -735,7 +735,7 @@ protected function publishProperties($queue, array $options = []): array
735735
return [$destination, $exchange, $exchangeType, $attempts];
736736
}
737737

738-
protected function getConfig(): QueueConfig
738+
public function getConfig(): QueueConfig
739739
{
740740
return $this->config;
741741
}

0 commit comments

Comments
 (0)