FunkyMonkeyLabs / notification

Library which helps you to send notification (via different channels) to user.
5 stars 1 forks source link

MessageManager vs BufferedMessageManager usage in examples #7

Open elazar opened 8 years ago

elazar commented 8 years ago

Usage examples on this page use MessageManager here and here. In both of these examples, an addMessage() method is called on the instance of this class.

However, MessageManager has no addMessage() method. BufferedMessageManager does, which is why I'm thinking the intention was to use BufferedMessageManager rather than MessageManager in the examples.