Skip to content

Commit e9e5d4a

Browse files
committed
smal code fix
1 parent dcfae85 commit e9e5d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Centrifugo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public function publish($channel, $data)
1414
return $this->send('publish', [
1515
'channel' => $channel,
1616
'data' => $data,
17-
];);
17+
]);
1818
}
1919
public function unsubscribe($channel, $user)
2020
{

0 commit comments

Comments
 (0)