This commit is contained in:
2023-04-16 16:40:44 +08:00
parent 6a13f2f726
commit 89bc2a9ab1
+1 -1
View File
@@ -174,7 +174,7 @@ class Router
*/
public function scan_build_route(): void
{
$scanner = Kiri::getDi()->get(Kiri\Scanner::class);
$scanner = Kiri::getDi()->get(Kiri\Di\Scanner::class);
$scanner->parse('App');
$this->read_dir_file(APP_PATH . 'routes');