We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8deb52c commit 0378869Copy full SHA for 0378869
src/TextlocalChannel.php
@@ -37,7 +37,7 @@ public function __construct(Textlocal $client)
37
public function send($notifiable, Notification $notification)
38
{
39
// Get the mobile number/s from the model
40
- if (! $numbers = $notifiable->routeNotificationFor('sms')) {
+ if (! $numbers = $notifiable->routeNotificationFor('Textlocal')) {
41
return;
42
}
43
0 commit comments