This commit is contained in:
as2252258@163.com
2021-08-03 02:49:57 +08:00
parent 9cd7241196
commit 929ffc2113
-2
View File
@@ -166,8 +166,6 @@ class Node extends HttpService
return $this->normalHandler($this->handler);
}
var_dump($reflect);
$params = $this->_injectParameters;
$handler = $this->handler;
return static function () use ($reflect, $handler, $params) {