This repository was archived by the owner on Sep 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ This package makes it easy to send notifications using [Pusher API Notifications
2828
2929``` json
3030{
31- ...,
31+ // ...,
3232 "repositories" : [
3333 {
3434 "type" : " vcs" ,
@@ -100,9 +100,9 @@ public function toApiNotification($notifiable)
100100- ` data($data) ` : array, string or something that can be corverted to JSON. It's the body of the Pusher message.
101101- ` socketId($socketId) ` : [ optional] socketId of Pusher.
102102- ` debug($debug) ` : boolean that tells Pusher if you're debugging.
103- - ` alreadyEncoded($alreadyEncoded) ` : [ optional] If the data is already encoded and you don't want Pusher to convert it, set this tu true.
103+ - ` alreadyEncoded($alreadyEncoded) ` : [ optional] If the data is already encoded and you don't want Pusher to convert it, set this to true.
104104
105- These parameters are the same received by [ ` Pusher::trigger() ` method ] ( https://github.com/pusher/pusher-http-laravel#examples ) .
105+ These parameters are the same received by [ ` Pusher::trigger() ` ] ( https://github.com/pusher/pusher-http-laravel#examples ) method .
106106
107107## Changelog
108108
You can’t perform that action at this time.
0 commit comments