改名
This commit is contained in:
@@ -62,10 +62,10 @@ class Node extends HttpService
|
|||||||
* @throws ComponentException
|
* @throws ComponentException
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
public function afterInit()
|
public function init()
|
||||||
{
|
{
|
||||||
listen(Event::SERVER_AFTER_WORKER_START, [$this, 'restructure']);
|
listen(Event::SERVER_AFTER_WORKER_START, [$this, 'restructure']);
|
||||||
var_dump($this, 'restructure');
|
var_dump($this);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user