Skip to content

Commit 0450f26

Browse files
authored
Tokens may be stored somewhere other than the database
1 parent fd53f0a commit 0450f26

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
@@ -87,7 +87,7 @@ class AccountActivated extends Notification
8787
```
8888

8989
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.
90+
This method should return the user's FCM token(s) from storage.
9191
For example:
9292

9393
```php

0 commit comments

Comments
 (0)