Kaynağa Gözat

Erreur création user

master
Fab 3 yıl önce
ebeveyn
işleme
42584c9b04
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. +2
    -1
      Manager/EntityManager.php

+ 2
- 1
Manager/EntityManager.php Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet