This commit is contained in:
2021-04-19 16:26:07 +08:00
parent 84de3424ef
commit 1babd8e858
-3
View File
@@ -231,9 +231,6 @@ class Loader extends BaseObject
{
try {
$path = '/' . trim($path, '/');
if (!isset($this->_directory[$path])) {
return;
}
foreach ($this->_directory as $key => $_path) {
$key = '/' . trim($key, '/');
var_dump($key . '->' . $path);