public function new($className) | public function new($className) | ||||
{ | { | ||||
return new $this->getEntityName($className); | |||||
$entityName = $this->getEntityName($className); | |||||
return new $entityName; | |||||
} | } | ||||
public function create(EntityInterface $entity): self | public function create(EntityInterface $entity): self |