改名
This commit is contained in:
@@ -246,7 +246,7 @@ class Loader extends BaseObject
|
|||||||
if (!str_contains($key, $path)) {
|
if (!str_contains($key, $path)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
$this->execute($this->_directory[$_path]);
|
$this->execute($_path);
|
||||||
}
|
}
|
||||||
} catch (Throwable $exception) {
|
} catch (Throwable $exception) {
|
||||||
$this->addError($exception, 'throwable');
|
$this->addError($exception, 'throwable');
|
||||||
|
|||||||
Reference in New Issue
Block a user