改名
This commit is contained in:
@@ -460,7 +460,7 @@ class ServerManager
|
||||
*/
|
||||
private function getNewInstance(string $class): object
|
||||
{
|
||||
return $this->container->newObject($class);
|
||||
return $this->container->create($class);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user