From ef6672426a50f6bf97c9b83d78dc26eaf5c2b1c6 Mon Sep 17 00:00:00 2001 From: xl Date: Thu, 6 Jul 2023 17:25:33 +0800 Subject: [PATCH] qqq --- Scanner.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scanner.php b/Scanner.php index 3c714f1..4110caa 100644 --- a/Scanner.php +++ b/Scanner.php @@ -44,7 +44,7 @@ class Scanner extends Component foreach ($this->files as $file) { $class = $this->rename($file); if (!class_exists($class)) { - error('Please follow the PSR-4 specification to write code.' . $class); +// error('Please follow the PSR-4 specification to write code.' . $class); continue; } $reflect = $container->getReflectionClass($class);