This commit is contained in:
2021-08-05 13:48:21 +08:00
parent a9510ee353
commit 7062f625d3
+1
View File
@@ -147,6 +147,7 @@ class Router extends HttpService implements RouterInterface
if (!empty($first) && !empty($explode)) {
$parent = $this->bindNode($parent, $explode, $method);
}
var_dump($parent->path);
$parent->path = $path;
return $parent->bindHandler($handler);
}