Procházet zdrojové kódy

[Feature] Parrainage

develop
Fab před 3 roky
rodič
revize
95d47433a1
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      ShopBundle/Manager/EntityManager.php

+ 1
- 1
ShopBundle/Manager/EntityManager.php Zobrazit soubor

@@ -31,7 +31,7 @@ class EntityManager
public function getUserSystem()
{
if ($this->userSystem === null) {
$this->userSystem = $this->entityManager->getRepository($this->getEntityName(UserInterface::class))->findOneByDevAlias('system');
$this->userSystem = $this->getRepository(UserInterface::class)->findOneByDevAlias('system');
}
return $this->userSystem;
}

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