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.
1 parent 1e1c309 commit 48144a9Copy full SHA for 48144a9
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