From 710ca385829db187a1b22eb01073fa0d03d36f7c Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Thu, 8 Apr 2021 01:10:47 +0800 Subject: [PATCH] modify --- Annotation/Loader.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 15ec5af1..41924a95 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -305,6 +305,8 @@ class Loader extends BaseObject $tree = $tree->getChild($value); } } + + var_dump($tree); if ($tree instanceof FileTree) { $this->eachNode($tree->getChildes()); $this->execute($tree->getFiles());