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.
2 parents 1e1c309 + 48144a9 commit d19f381Copy full SHA for d19f381
src/TwilioChannel.php
@@ -45,7 +45,7 @@ public function send($notifiable, Notification $notification)
45
{
46
if (! $to = $notifiable->routeNotificationFor('twilio')) {
47
if (! $to = $notifiable->phone_number) {
48
- return null;
+ return;
49
}
50
51
0 commit comments