From 9249ad3039e3994831f53bef478d9f93c75464ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Sat, 18 Sep 2021 11:45:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http-server/Service/Http.php | 11 ----------- 1 file changed, 11 deletions(-) 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