laravel-notification-channels / twilio

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

Consider "" value for TWILIO_DEBUG_TO as null #122

Closed hameesakhan closed 2 years ago

hameesakhan commented 3 years ago

If a user has defined TWILIO_DEBUG_TO= in .env then it should also be considered as NULL. Before this change $debugTo was being set to "" (strlen($debugTo) = 0). This change will prevent this unexpected behavior.