Skip to content

Commit

Permalink
Merge pull request #195 from ISNewton/master
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightwatson authored May 4, 2024
2 parents 3813c4e + 68858c0 commit fd53f0a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ class AccountActivated extends Notification
}
```

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.
This method should return the user's FCM token stored in your database.
For example:

```php
class User extends Authenticatable
Expand Down

0 comments on commit fd53f0a

Please sign in to comment.