From 7b8e7f74f4ac639753a3e8cd7d70a9419aa9adb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 1 Sep 2020 03:42:32 +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/Events/WebSocket.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http-server/Events/WebSocket.php b/http-server/Events/WebSocket.php index f5da3b29..947c1c70 100644 --- a/http-server/Events/WebSocket.php +++ b/http-server/Events/WebSocket.php @@ -48,8 +48,8 @@ class WebSocket extends Server */ public function __construct($application, $host, $port = null, $mode = null, $sock_type = null) { - $this->application = $application; parent::__construct($host, $port, $mode, $sock_type); + $this->application = $application; }