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 fd53f0a commit 0450f26Copy full SHA for 0450f26
README.md
@@ -87,7 +87,7 @@ class AccountActivated extends Notification
87
```
88
89
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.
+This method should return the user's FCM token(s) from storage.
91
For example:
92
93
```php
0 commit comments