From 678194dfcdf04aa48fbb28c91d3168af9a090461 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Thu, 8 Apr 2021 01:42:01 +0800 Subject: [PATCH] modify --- Annotation/Loader.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 1fa00de5..20b16e78 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -278,6 +278,7 @@ class Loader extends BaseObject } $tree = $this->getTree($tree, $value); } + var_dump($tree); if ($tree instanceof FileTree) { $this->eachNode($tree->getChildes()); $this->execute($tree->getFiles());