改名
This commit is contained in:
@@ -238,7 +238,7 @@ class Loader extends BaseObject
|
|||||||
if (!str_contains($key, $path)) {
|
if (!str_contains($key, $path)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (!empty($outPath) && in_array($key, $outPath)) continue;
|
// if (!empty($outPath) && in_array($key, $outPath)) continue;
|
||||||
$this->execute($_path);
|
$this->execute($_path);
|
||||||
}
|
}
|
||||||
} catch (Throwable $exception) {
|
} catch (Throwable $exception) {
|
||||||
|
|||||||
Reference in New Issue
Block a user