From fcfaf27fc8ae24379202441b22f39544c54e5e67 Mon Sep 17 00:00:00 2001 From: Arnaud T Date: Tue, 18 Sep 2018 15:30:59 +0200 Subject: [PATCH] enableSubscriptionConsumer setter --- pkg/enqueue/Consumption/QueueConsumer.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/enqueue/Consumption/QueueConsumer.php b/pkg/enqueue/Consumption/QueueConsumer.php index 58209db8d..6f4a26e76 100644 --- a/pkg/enqueue/Consumption/QueueConsumer.php +++ b/pkg/enqueue/Consumption/QueueConsumer.php @@ -358,6 +358,8 @@ public function enableSubscriptionConsumer($enableSubscriptionConsumer) ) ); } + + $this->enableSubscriptionConsumer = $enableSubscriptionConsumer; } /**