Adam Currie

Results 4 issues of Adam Currie

Great plugin! I just wanted to note an issue I have found with the suppressUserNotification feature. Sometimes when switching icons, the alert pops up despite suppressUserNotification being set to true....

When installing via bower install: ``` bower install --save xdomain ``` I see something strange, it generates the version identifier with an incorrect format: ``` "jpillora/xdomain": "xdomain#~0.7.3", ``` The text...

Need more info

Use the Dispatcher contract instead of the class so we can use any Dispatcher, such as the fake provided by Laravel when using Event::fake(). Fixes this error during testing with...

Very minor, but more understandable wording for instructions relating to adding routeNotificationForFCM method to your notifiable model. The model is always referred to as "notifiable" in the context of notifications.