From b1f9ac335d1dbb831fbad078b41087305a26588c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 6 Sep 2021 15:57:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http-helper/Route/Router.php | 9 --------- 1 file changed, 9 deletions(-) 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