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.
2 parents 3813c4e + 68858c0 commit fd53f0aCopy full SHA for fd53f0a
README.md
@@ -86,7 +86,9 @@ class AccountActivated extends Notification
86
}
87
```
88
89
-You will have to set a `routeNotificationForFcm()` method in your notifiable model. For example:
+You will have to set a `routeNotificationForFcm()` method in your notifiable model.
90
+This method should return the user's FCM token stored in your database.
91
+For example:
92
93
```php
94
class User extends Authenticatable
0 commit comments