laravel / vonage-notification-channel

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

[5.8] Use Facade::resolved() before extending channel #4

Closed crynobone closed 5 years ago

crynobone commented 5 years ago

This allow nexmo notification to only be loaded when/if the notification is resolved. Based on PR made to https://github.com/laravel/framework/pull/26824