This commit is contained in:
2021-08-03 11:08:56 +08:00
parent 03137da76e
commit 3f9b8d8e8c
+1 -1
View File
@@ -177,7 +177,7 @@ class Loader extends BaseObject
}
unset(static::$_directory[$key]);
foreach ($_path as $item) {
$paths[$key] = $item;
$paths[] = $item;
}
}
return $paths;