Skip to content

Commit

Permalink
Tokens may be stored somewhere other than the database
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightwatson authored May 4, 2024
1 parent fd53f0a commit 0450f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class AccountActivated extends Notification
```

You will have to set a `routeNotificationForFcm()` method in your notifiable model.
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.
For example:

```php
Expand Down

0 comments on commit 0450f26

Please sign in to comment.