Skip to content

Commit 48144a9

Browse files
gregoriohcStyleCIBot
authored andcommitted
Applied fixes from StyleCI
1 parent 1e1c309 commit 48144a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TwilioChannel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function send($notifiable, Notification $notification)
4545
{
4646
if (! $to = $notifiable->routeNotificationFor('twilio')) {
4747
if (! $to = $notifiable->phone_number) {
48-
return null;
48+
return;
4949
}
5050
}
5151

0 commit comments

Comments
 (0)