diff --git a/src/Socket/Server/IoConnection.php b/src/Socket/Server/IoConnection.php index a7d393d..7831109 100644 --- a/src/Socket/Server/IoConnection.php +++ b/src/Socket/Server/IoConnection.php @@ -12,6 +12,8 @@ class IoConnection implements ConnectionInterface { */ protected $conn; + public $decor; + /** * @param \React\Socket\ConnectionInterface $conn