111
This commit is contained in:
@@ -434,6 +434,7 @@ class Router extends HttpService implements RouterInterface
|
|||||||
if (!empty($_node->sourcePath)) {
|
if (!empty($_node->sourcePath)) {
|
||||||
$path[] = ['method' => $_node->method, 'path' => $_node->sourcePath];
|
$path[] = ['method' => $_node->method, 'path' => $_node->sourcePath];
|
||||||
}
|
}
|
||||||
|
var_dump($_node);
|
||||||
$paths = $this->getChildes($_node, $paths);
|
$paths = $this->getChildes($_node, $paths);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user