This commit is contained in:
2021-04-19 11:59:49 +08:00
parent 63843e0720
commit 30b7544ad4
+1 -1
View File
@@ -231,7 +231,7 @@ class Loader extends BaseObject
return;
}
foreach ($this->_directory[$path] as $key => $_path) {
if (!str_starts_with($key, $path)) {
if (!str_contains($key, $path)) {
continue;
}
$this->execute($this->_directory[$_path]);