改名
This commit is contained in:
@@ -48,8 +48,8 @@ class WebSocket extends Server
|
|||||||
*/
|
*/
|
||||||
public function __construct($application, $host, $port = null, $mode = null, $sock_type = null)
|
public function __construct($application, $host, $port = null, $mode = null, $sock_type = null)
|
||||||
{
|
{
|
||||||
$this->application = $application;
|
|
||||||
parent::__construct($host, $port, $mode, $sock_type);
|
parent::__construct($host, $port, $mode, $sock_type);
|
||||||
|
$this->application = $application;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user