This commit is contained in:
2021-09-06 15:57:03 +08:00
parent 12369a5cbd
commit b1f9ac335d
-9
View File
@@ -63,15 +63,6 @@ class Router extends HttpService implements RouterInterface
}
/**
* @param string $namespace
*/
public function setNamespace(string $namespace): void
{
$this->dir = $namespace;
}
/**
* @throws ConfigException
* @throws Exception