mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
优化Loader类
This commit is contained in:
@@ -150,7 +150,7 @@ class Loader
|
||||
}
|
||||
|
||||
// 添加Ps0空间
|
||||
private function addPsr0($prefix, $paths, $prepend = false)
|
||||
private static function addPsr0($prefix, $paths, $prepend = false)
|
||||
{
|
||||
if (!$prefix) {
|
||||
if ($prepend) {
|
||||
|
||||
Reference in New Issue
Block a user