This commit is contained in:
2021-03-05 17:33:16 +08:00
parent 8c10fad9d6
commit c2708470a7
2 changed files with 4 additions and 4 deletions
+1
View File
@@ -144,6 +144,7 @@ class Router extends HttpService implements RouterInterface
if ($first !== '/') {
$parent = $this->bindNode($parent, $explode, $method);
}
$parent->path = $path;
return $parent->bindHandler($handler);
}