Skip to content

Commit fd53f0a

Browse files
authored
Merge pull request #195 from ISNewton/master
2 parents 3813c4e + 68858c0 commit fd53f0a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ class AccountActivated extends Notification
8686
}
8787
```
8888

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

9193
```php
9294
class User extends Authenticatable

0 commit comments

Comments
 (0)