This commit is contained in:
2021-04-14 18:27:50 +08:00
parent 4d71c5036b
commit 5e403c3bfc
-1
View File
@@ -275,7 +275,6 @@ class Loader extends BaseObject
foreach ($directory as $key => $value) {
$_tmp .= DIRECTORY_SEPARATOR . $value;
if (!empty($outPath) && str_contains($_tmp, $outPath)) {
var_dump($_tmp, $outPath);
break;
}
$tree = $this->getTree($tree, $value);