This commit is contained in:
2021-08-05 13:52:09 +08:00
parent d1ef94d81a
commit 15716e903f
+1
View File
@@ -162,6 +162,7 @@ class Router extends HttpService implements RouterInterface
private function bindNode(Node $parent, array $explode, $method): Node
{
$a = 0;
var_dump($explode);
foreach ($explode as $value) {
++$a;
$search = $parent->findNode($value);