|
@@ -15,7 +15,7 @@ |
|
|
block discarded – undo |
|
15
|
15
|
{ |
|
16
|
16
|
$rmq_config = $rmq_config ?: []; |
|
17
|
17
|
$this->rmq_config['exchanges'] = isset($rmq_config['exchanges']) ? $rmq_config['exchanges'] : []; |
|
18
|
|
- $this->rmq_config['queues'] = isset($rmq_config['queues']) ? $rmq_config['queues'] : []; |
|
|
18
|
+ $this->rmq_config['queues'] = isset($rmq_config['queues']) ? $rmq_config['queues'] : []; |
|
19
|
19
|
} |
|
20
|
20
|
|
|
21
|
21
|
private function coerce_to_bool(String $value, String $name) |
Please login to merge, or discard this patch.