Change private into protected
This is handy if you want to overwrite the class.
This commit is contained in:
parent
d00102cb39
commit
d16779e24f
@ -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