Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit ffdf00a

Browse files
authored
Merge pull request brozot#40 from ANich/documentation_topics_namespace
Added use Statement for Topics. brozot#38
2 parents bf10f7c + 6942f01 commit ffdf00a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,12 @@ A topics message is a notification message, data message, or both, that you send
203203

204204
> 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.
205205
206+
The following use statement is required for the examples below:
207+
208+
```php
209+
use LaravelFCM\Message\Topics;
210+
```
211+
206212
#### Sending a Message to a Topic
207213

208214
```php

0 commit comments

Comments
 (0)