diff --git a/src/Ratchet/Wamp/WampServer.php b/src/Ratchet/Wamp/WampServer.php index d839fb8..8fb9e65 100644 --- a/src/Ratchet/Wamp/WampServer.php +++ b/src/Ratchet/Wamp/WampServer.php @@ -15,7 +15,7 @@ class WampServer implements MessageComponentInterface, WsServerInterface { /** * @var ServerProtocol */ - private $wampProtocol; + protected $wampProtocol; /** * This class just makes it 1 step easier to use Topic objects in WAMP