Skip to content

Commit 8deb52c

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/TextlocalChannel.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ public function send($notifiable, Notification $notification)
4848
if (!is_array($numbers)) {
4949
$numbers = [$numbers];
5050
}
51-
52-
//TODO check if numbers are correct
5351

5452
// Get the message from the notification class
5553
$message = (string) $notification->toSms($notifiable);

0 commit comments

Comments
 (0)