Releases: tkaratug/laravel-notification-event-subscriber
Releases · tkaratug/laravel-notification-event-subscriber
1.3.0
- Added Laravel 10 & php 8.2 support.
1.2.0
- Added
$notifiable
parameter of the NotificationSent
and NotificationSending
events to onSent()
and enSending()
methods.
1.1.0
- Added
$response
parameter of the NotificationSent
event to onSent()
method.