This commit is contained in:
2020-09-01 03:42:32 +08:00
parent edc10d9b1e
commit 7b8e7f74f4
+1 -1
View File
@@ -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;
}