laravel-notification-channels / smsapi

Smsapi notification channel for Laravel 5.5+
http://laravel-notification-channels.com
MIT License
22 stars 18 forks source link

fix: handling of default values #14

Closed pxlrbt closed 4 years ago

pxlrbt commented 4 years ago

SMS, MMS and VMS defaults were only validated when common was not empty. Common values had no effect since they were removed immediately by array_only after merging.

pxlrbt commented 4 years ago

Oops, messed up the branch and PR.