改名
This commit is contained in:
@@ -236,11 +236,11 @@ class Loader extends BaseObject
|
|||||||
if (!str_starts_with($key, $path)) {
|
if (!str_starts_with($key, $path)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (in_array($key, $outPath)) continue;
|
if (in_array($key, $outPath)) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
$this->execute($_path);
|
$this->execute($_path);
|
||||||
}
|
}
|
||||||
|
|
||||||
// $this->each($path, $outPath);
|
|
||||||
} catch (Throwable $exception) {
|
} catch (Throwable $exception) {
|
||||||
$this->addError($exception, 'throwable');
|
$this->addError($exception, 'throwable');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user