This commit is contained in:
2021-04-19 12:40:56 +08:00
parent 953562dc2c
commit b4758efec8
+1 -1
View File
@@ -246,7 +246,7 @@ class Loader extends BaseObject
if (!str_contains($key, $path)) {
continue;
}
$this->execute($this->_directory[$_path]);
$this->execute($_path);
}
} catch (Throwable $exception) {
$this->addError($exception, 'throwable');