This commit is contained in:
as2252258@163.com
2021-04-08 01:42:01 +08:00
parent 745ecd30a9
commit 678194dfcd
+1
View File
@@ -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());