This commit is contained in:
2021-08-03 11:05:26 +08:00
parent d0f2460e0c
commit 4b7f8bd9bc
-1
View File
@@ -177,7 +177,6 @@ class Loader extends BaseObject
if (!str_starts_with($key, $path)) {
continue;
}
unset(static::$_directory[$key]);
foreach ($_path as $item) {
$paths[$key] = $item;
}