Skip to content

Commit 56795f2

Browse files
authored
Update TextlocalChannel.php
1 parent 8bb4701 commit 56795f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/TextlocalChannel.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ public function send($notifiable, Notification $notification)
4040
if (! $numbers = $notifiable->routeNotificationFor('sms')) {
4141
return;
4242
}
43-
//$numbers = (array) $notifiable->routeNotificationForSms();
4443

4544
if (empty($numbers)) {
4645
return;

0 commit comments

Comments
 (0)