You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We implemented waterhole on an existing Laravel project and after that the notification system broke.
Steps to reproduce
You can create a notification by extending the Laravel Notification class or the Waterhole Notification abstract class, when you send the notification it will throw an error because of the NotificationRecieved event.
Bug description
We implemented waterhole on an existing Laravel project and after that the notification system broke.
Steps to reproduce
You can create a notification by extending the Laravel Notification class or the Waterhole Notification abstract class, when you send the notification it will throw an error because of the NotificationRecieved event.
Logs
Environment
The text was updated successfully, but these errors were encountered: