diff --git a/src/Server/Websockets.php b/src/Server/Websockets.php index eaedf37..0c34c84 100644 --- a/src/Server/Websockets.php +++ b/src/Server/Websockets.php @@ -2,7 +2,10 @@ namespace EmotionHero\Server; use WebSocket\Client; -class Websockets +use Ratchet\MessageComponentInterface; +use Ratchet\ConnectionInterface; + +class Websockets implements MessageComponentInterface { protected $clients;