laravel / vonage-notification-channel

Vonage Notification Channel for Laravel.
https://laravel.com/docs/notifications#sms-notifications
MIT License
744 stars 51 forks source link

[2.x] Fix callback not being applied #44

Closed driesvints closed 3 years ago

driesvints commented 3 years ago

Seems like this got broken in https://github.com/laravel/nexmo-notification-channel/commit/f124a4db6a7824251aa065d83389995745805bc0

Added a test for the callback to make sure it doesn't breaks again.