Skip to content

Commit 7316d06

Browse files
authored
Merge pull request #541 from ArnaudTarroux/0.8
enableSubscriptionConsumer setter
2 parents 47f50f5 + 9b30ade commit 7316d06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/enqueue/Consumption/QueueConsumer.php

+2
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,8 @@ public function enableSubscriptionConsumer($enableSubscriptionConsumer)
358358
)
359359
);
360360
}
361+
362+
$this->enableSubscriptionConsumer = $enableSubscriptionConsumer;
361363
}
362364

363365
/**

0 commit comments

Comments
 (0)