laravel-notification-channels / twilio

Twilio notifications channel for Laravel
https://laravel-notification-channels.com
227 stars 36 forks source link

Pass notification to routeNotificationFor #116

Closed skybitbbsr closed 3 years ago

skybitbbsr commented 3 years ago

As Laravel standard is to share notification instance with routeNotificationFor($notification) method, we can share it for Notifiable to check which phone number to use based on different notification class.

Reference

https://laravel.com/docs/8.x/notifications#customizing-the-recipient

ysb commented 3 years ago

Thank you for this change, when the new release coming?