diff --git a/http-helper/Route/Router.php b/http-helper/Route/Router.php index ec9d0ff2..9c1bfd20 100644 --- a/http-helper/Route/Router.php +++ b/http-helper/Route/Router.php @@ -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