改名
This commit is contained in:
@@ -231,7 +231,7 @@ class Loader extends BaseObject
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
foreach ($this->_directory[$path] as $key => $_path) {
|
foreach ($this->_directory[$path] as $key => $_path) {
|
||||||
if (!str_starts_with($key, $_path)) {
|
if (!str_starts_with($key, $path)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
$this->execute($this->_directory[$_path]);
|
$this->execute($this->_directory[$_path]);
|
||||||
|
|||||||
Reference in New Issue
Block a user