This commit is contained in:
2021-04-19 16:23:29 +08:00
parent c437151c3f
commit 9c281f5bd2
+1
View File
@@ -239,6 +239,7 @@ class Loader extends BaseObject
if (!str_starts_with($key, $path)) {
continue;
}
var_dump($key, $outPath);
if (in_array($key, $outPath)) continue;
$this->execute($_path);
}