Merge pull request #211 from bobvandevijver/patch-2
Change private into protected
This commit is contained in:
commit
6c0d0178b7
@ -15,7 +15,7 @@ class WampServer implements MessageComponentInterface, WsServerInterface {
|
|||||||
/**
|
/**
|
||||||
* @var ServerProtocol
|
* @var ServerProtocol
|
||||||
*/
|
*/
|
||||||
private $wampProtocol;
|
protected $wampProtocol;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This class just makes it 1 step easier to use Topic objects in WAMP
|
* This class just makes it 1 step easier to use Topic objects in WAMP
|
||||||
|
Loading…
Reference in New Issue
Block a user