nitpick
This commit is contained in:
parent
d7114a778a
commit
803864c8cd
|
|
@ -25,7 +25,7 @@ class WebSocketHandler implements MessageComponentInterface
|
|||
$this->channelManager = $channelManager;
|
||||
}
|
||||
|
||||
function onOpen(ConnectionInterface $connection)
|
||||
public function onOpen(ConnectionInterface $connection)
|
||||
{
|
||||
$this
|
||||
->generateSocketId($connection)
|
||||
|
|
|
|||
Loading…
Reference in New Issue