Ver código fonte

Erreur création user

master
Fab 3 anos atrás
pai
commit
42584c9b04
1 arquivos alterados com 2 adições e 1 exclusões
  1. +2
    -1
      Manager/EntityManager.php

+ 2
- 1
Manager/EntityManager.php Ver arquivo

@@ -32,7 +32,8 @@ class EntityManager

public function new($className)
{
return new $this->getEntityName($className);
$entityName = $this->getEntityName($className);
return new $entityName;
}

public function create(EntityInterface $entity): self

Carregando…
Cancelar
Salvar