diff --git a/http-server/Service/Http.php b/http-server/Service/Http.php index 8f0f2fb8..189c2380 100644 --- a/http-server/Service/Http.php +++ b/http-server/Service/Http.php @@ -34,17 +34,6 @@ use Swoole\Server; class Http extends \Server\Abstracts\Http implements OnClose, OnConnect { - public TestRequest $request; - - - public function init() - { - - $this->request = new TestRequest(); - - parent::init(); - } - /** * @param Server $server