From e647ccf7f2288b7034a8833333f9ecc9d00f9ca2 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Thu, 8 Apr 2021 01:08:33 +0800 Subject: [PATCH] modify --- Annotation/Loader.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 73a67d50..74836a0c 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -276,6 +276,7 @@ class Loader extends BaseObject $tree = $this->files; foreach ($DIRECTORY as $value) { + var_dump($value); $tree = $tree->getChild($value); $tree->addFile($className);