laravel-notification-channels / twilio

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

Fix #70: make `TwilioProvider` deferrable #85

Closed klimov-paul closed 4 years ago

klimov-paul commented 4 years ago

Fix #70 TwilioProvider service provider has been made deferrable allowing its lazy-loading.

atymic commented 4 years ago

@klimov-paul can you please rebase and fix the style issue, then i'll merge this :)

atymic commented 4 years ago

Actually, will do this in major version bump in #90. Thanks for the PR though!