MasoniteFramework / notifications

Notification package for Masonite
2 stars 1 forks source link

Add Event handling for notifications #7

Open girardinsamuel opened 3 years ago

girardinsamuel commented 3 years ago

Create a NotificationSent event fired when a notification is sent. It should have access to notifiable, notification and channel data.

First wait for #6 to be done.