Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #40 from ANich/documentation_topics_namespace
Browse files Browse the repository at this point in the history
Added use Statement for Topics. #38
  • Loading branch information
brozot authored Apr 6, 2017
2 parents bf10f7c + 6942f01 commit ffdf00a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ffdf00a

Please sign in to comment.