laravel-notification-channels / africastalking

AfricasTalking Notification Channel For Laravel
MIT License
23 stars 17 forks source link

Support AfricasTalkingChannel::class #19

Closed AhmedNourJamalElDin closed 1 year ago

AhmedNourJamalElDin commented 2 years ago

Hello,

When sending an SMS to a phone number only using AfricasTalkingChannel::class, it throws an exception because AnonymousNotifiable's routes array has AfricasTalkingChannel::class whereas it does not have africasTalking.

Notification::route(AfricasTalkingChannel::class, '+11111')->send(new SomeNotification())

However, the channel only supports the string format i.e. africasTalking.

This PR adds this ability.

ossycodes commented 1 year ago

@AhmedNourJamalElDin thanks!