From 74369790f03c2e632286ae3c7686f35fd165885d Mon Sep 17 00:00:00 2001 From: whwyy Date: Tue, 19 Dec 2023 17:57:13 +0800 Subject: [PATCH] eee --- src/Router.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Router.php b/src/Router.php index d7f7cfc..a752477 100644 --- a/src/Router.php +++ b/src/Router.php @@ -179,11 +179,6 @@ class Router $container = Kiri::getDi(); $scanner = $container->get(Kiri\Di\Scanner::class); $scanner->load_directory(APP_PATH . 'app/Controller'); - - $array = glob(realpath(__DIR__ . 'app/Controller/')); - foreach ($array as $item) { - - } $this->reset($container); }