From d16779e24fa1d386b062774d57bdd94550ef76a2 Mon Sep 17 00:00:00 2001 From: bobvandevijver Date: Wed, 9 Jul 2014 22:24:53 +0200 Subject: [PATCH] Change private into protected This is handy if you want to overwrite the class. --- src/Ratchet/Wamp/WampServer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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