Skip to content

Commit aace692

Browse files
authored
Fix typo
1 parent ad14970 commit aace692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class AccountApproved extends Notification
103103
In order to let your Notification know which phone are you sending/calling to, add the `routeNotificationForTwilio` method to your Notifiable model.
104104

105105
```php
106-
public function routeNotificationForTwitter()
106+
public function routeNotificationForTwilio()
107107
{
108108
return '+1234567890';
109109
}

0 commit comments

Comments
 (0)