From c437151c3ff5c52a41985b527a0b1c1b3291981c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 19 Apr 2021 16:20:13 +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/Loader.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Annotation/Loader.php b/Annotation/Loader.php index cc987b48..95b8fc69 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -397,6 +397,7 @@ class Loader extends BaseObject return; } foreach ($classes as $className) { + var_dump($className); $annotations = $this->_classes[$className] ?? null; if ($annotations === null) { continue;