Skip to content

Commit

Permalink
Update TextlocalChannel.php
Browse files Browse the repository at this point in the history
  • Loading branch information
msonowal authored Dec 2, 2017
1 parent b37a672 commit 5e0e269
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/TextlocalChannel.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ public function send($notifiable, Notification $notification)
$numbers = [$numbers];
}

if (! array_filter($numbers, 'is_int')) {
return;
}
//TODO check if numbers are correct

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

0 comments on commit 5e0e269

Please sign in to comment.