laravel-notification-channels / twilio

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

Allow anonymous notifiables using class name #110

Closed miken32 closed 4 years ago

miken32 commented 4 years ago

Sending using a class name isn't documented anywhere: all documentation examples use short names. However, the class name may be a less ambiguous identifier. Resolves #58