This commit is contained in:
2021-04-19 12:00:37 +08:00
parent 30b7544ad4
commit 6c7dbe5175
+1
View File
@@ -231,6 +231,7 @@ class Loader extends BaseObject
return;
}
foreach ($this->_directory[$path] as $key => $_path) {
var_dump($key . '=>' . $path);
if (!str_contains($key, $path)) {
continue;
}