Procházet zdrojové kódy

Erreur création user

master
Fab před 3 roky
rodič
revize
42584c9b04
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +2
    -1
      Manager/EntityManager.php

+ 2
- 1
Manager/EntityManager.php Zobrazit soubor

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

Načítá se…
Zrušit
Uložit