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

Commit db27838

Browse files
author
Nicolas Brosy
committed
Update Documentation
1 parent 991cdf7 commit db27838

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Or you can add it directly in your composer.json file:
2929

3030
{
3131
"require": {
32-
"brozot/laravel-fcm": "^1.2.0"
32+
"brozot/laravel-fcm": "^1.2.*"
3333
}
3434
}
3535

@@ -243,9 +243,9 @@ $topic->topic('news')->andTopic(function($condition) {
243243

244244
$condition->topic('economic')->orTopic('cultural');
245245

246-
})
246+
});
247247

248-
$topicResponse = FCM::sendToTopic($topic, null, $notification, null)
248+
$topicResponse = FCM::sendToTopic($topic, null, $notification, null);
249249

250250
$topicResponse->isSuccess();
251251
$topicResponse->shouldRetry();

0 commit comments

Comments
 (0)