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 3813c4e commit 68858c0Copy full SHA for 68858c0
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