This commit is contained in:
2021-08-05 13:55:40 +08:00
parent 4753a99824
commit 110f02dbf8
-1
View File
@@ -147,7 +147,6 @@ class Router extends HttpService implements RouterInterface
if (!empty($explode)) {
$parent = $this->bindNode($parent, $explode, $method);
}
$parent->path = $path;
return $parent->bindHandler($handler);
}