Skip to content

Commit 0378869

Browse files
authored
updated method routeNotificationFor('sms') to routeNotificationFor('Textlocal')
updated method routeNotificationFor('sms') to routeNotificationFor('Textlocal') instead of generic
1 parent 8deb52c commit 0378869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TextlocalChannel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function __construct(Textlocal $client)
3737
public function send($notifiable, Notification $notification)
3838
{
3939
// Get the mobile number/s from the model
40-
if (! $numbers = $notifiable->routeNotificationFor('sms')) {
40+
if (! $numbers = $notifiable->routeNotificationFor('Textlocal')) {
4141
return;
4242
}
4343

0 commit comments

Comments
 (0)