Przeglądaj źródła

Erreur création user

master
Fab 3 lat temu
rodzic
commit
42584c9b04
1 zmienionych plików z 2 dodań i 1 usunięć
  1. +2
    -1
      Manager/EntityManager.php

+ 2
- 1
Manager/EntityManager.php Wyświetl plik

@@ -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

Ładowanie…
Anuluj
Zapisz