This commit is contained in:
as2252258@163.com
2021-04-08 01:55:30 +08:00
parent 64e7f6ced2
commit 3e28888417
-1
View File
@@ -274,7 +274,6 @@ class Loader extends BaseObject
$out_path = ''; $out_path = '';
foreach ($directory as $key => $value) { foreach ($directory as $key => $value) {
$out_path .= DIRECTORY_SEPARATOR . $value; $out_path .= DIRECTORY_SEPARATOR . $value;
var_dump($out_path . '::' . $output);
if ($out_path === $output) { if ($out_path === $output) {
break; break;
} }