改名
This commit is contained in:
@@ -206,7 +206,7 @@ class Loader extends BaseObject
|
|||||||
$explode = explode('\\', $replace);
|
$explode = explode('\\', $replace);
|
||||||
array_shift($explode);
|
array_shift($explode);
|
||||||
|
|
||||||
return $namespace . implode('\\', $explode);
|
return $namespace . '\\' . implode('\\', $explode);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user