改名
This commit is contained in:
@@ -275,7 +275,6 @@ class Loader extends BaseObject
|
|||||||
foreach ($directory as $key => $value) {
|
foreach ($directory as $key => $value) {
|
||||||
$_tmp .= DIRECTORY_SEPARATOR . $value;
|
$_tmp .= DIRECTORY_SEPARATOR . $value;
|
||||||
if (!empty($outPath) && str_contains($_tmp, $outPath)) {
|
if (!empty($outPath) && str_contains($_tmp, $outPath)) {
|
||||||
var_dump($_tmp, $outPath);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
$tree = $this->getTree($tree, $value);
|
$tree = $this->getTree($tree, $value);
|
||||||
|
|||||||
Reference in New Issue
Block a user