This commit is contained in:
2021-04-19 15:28:36 +08:00
parent 1d9cf8928a
commit b506c09f75
+1
View File
@@ -235,6 +235,7 @@ class Loader extends BaseObject
return;
}
foreach ($this->_directory as $key => $_path) {
$key = '/' . trim($path, '/');
if (!str_starts_with($key, $path)) {
continue;
}