diff --git a/README.md b/README.md index e9580020d..ea6506759 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,12 @@ A topics message is a notification message, data message, or both, that you send > Note: Topic names must be managed by your app and known by your server. The Laravel-FCM package or fcm doesn't provide an easy way to do that. +The following use statement is required for the examples below: + +```php +use LaravelFCM\Message\Topics; +``` + #### Sending a Message to a Topic ```php