This commit is contained in:
as2252258@163.com
2021-04-08 01:10:47 +08:00
parent 878a73d999
commit 710ca38582
+2
View File
@@ -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());