Merge pull request #211 from bobvandevijver/patch-2

Change private into protected
This commit is contained in:
Chris Boden 2014-08-02 12:01:54 -04:00
commit 6c0d0178b7

View File

@ -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