From 81a27b615a5914921c3cda263d1bc7726ecd4fd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 22 Feb 2021 17:45:57 +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 --- Annotation/Annotation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Annotation/Annotation.php b/Annotation/Annotation.php index 3d60b82b..fc43e3d5 100644 --- a/Annotation/Annotation.php +++ b/Annotation/Annotation.php @@ -61,6 +61,7 @@ class Annotation extends Component */ public function readControllers(string $path, string $namespace, string $alias = 'root'): static { + $this->debug('scan dir ' . $path . ' ing...'); return $this->scanDir(glob($path . '*'), $namespace, $alias); }