modify
This commit is contained in:
@@ -165,6 +165,9 @@ class Node extends HttpService
|
|||||||
if (is_null($reflect)) {
|
if (is_null($reflect)) {
|
||||||
return $this->normalHandler($this->handler);
|
return $this->normalHandler($this->handler);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var_dump($reflect);
|
||||||
|
|
||||||
$params = $this->_injectParameters;
|
$params = $this->_injectParameters;
|
||||||
$handler = $this->handler;
|
$handler = $this->handler;
|
||||||
return static function () use ($reflect, $handler, $params) {
|
return static function () use ($reflect, $handler, $params) {
|
||||||
|
|||||||
Reference in New Issue
Block a user