This commit is contained in:
2021-09-29 17:32:56 +08:00
parent db56419dbc
commit 47be3285c5
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -460,7 +460,7 @@ class ServerManager
*/
private function getNewInstance(string $class): object
{
return $this->container->newObject($class);
return $this->container->create($class);
}