We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcfae85 commit e9e5d4aCopy full SHA for e9e5d4a
src/Centrifugo.php
@@ -14,7 +14,7 @@ public function publish($channel, $data)
14
return $this->send('publish', [
15
'channel' => $channel,
16
'data' => $data,
17
- ];);
+ ]);
18
}
19
public function unsubscribe($channel, $user)
20
{
0 commit comments