Skip to content

Commit

Permalink
Merge pull request #541 from ArnaudTarroux/0.8
Browse files Browse the repository at this point in the history
enableSubscriptionConsumer setter
  • Loading branch information
makasim authored Sep 18, 2018
2 parents 641b537 + fcfaf27 commit 45de714
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/enqueue/Consumption/QueueConsumer.php
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,8 @@ public function enableSubscriptionConsumer($enableSubscriptionConsumer)
)
);
}

$this->enableSubscriptionConsumer = $enableSubscriptionConsumer;
}

/**
Expand Down

0 comments on commit 45de714

Please sign in to comment.