This commit is contained in:
as2252258@163.com
2021-04-08 01:47:28 +08:00
parent 09a278db46
commit bf42b28760
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ class Loader extends BaseObject
$out_path = '';
foreach ($directory as $key => $value) {
$out_path .= DIRECTORY_SEPARATOR . $value;
var_dump($out_path, $output);
var_dump($out_path . '::' . $output);
if ($out_path === $output) {
break;
}