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 ad14970 commit aace692Copy full SHA for aace692
README.md
@@ -103,7 +103,7 @@ class AccountApproved extends Notification
103
In order to let your Notification know which phone are you sending/calling to, add the `routeNotificationForTwilio` method to your Notifiable model.
104
105
```php
106
-public function routeNotificationForTwitter()
+public function routeNotificationForTwilio()
107
{
108
return '+1234567890';
109
}
0 commit comments