Skip to content

Commit e9aa42d

Browse files
authored
Merge pull request #3914 from bosz/patch-3
Follow up from issue #3912
2 parents d5243b1 + d476b1c commit e9aa42d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ The `sms_from` option is the phone number that your SMS messages will be sent fr
372372
<a name="formatting-sms-notifications"></a>
373373
### Formatting SMS Notifications
374374

375-
If a notification supports being sent as a SMS, you should define a `toNexmo` method on the notification class. This method will receive a `$notifiable` entity and should return a `Illuminate\Notifications\Messages\NexmoMessage` instance:
375+
If a notification supports being sent as an SMS, you should define a `toNexmo` method on the notification class. This method will receive a `$notifiable` entity and should return a `Illuminate\Notifications\Messages\NexmoMessage` instance:
376376

377377
/**
378378
* Get the Nexmo / SMS representation of the notification.

0 commit comments

Comments
 (0)