Ver código fonte

[Feature] Parrainage

develop
Fab 3 anos atrás
pai
commit
95d47433a1
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      ShopBundle/Manager/EntityManager.php

+ 1
- 1
ShopBundle/Manager/EntityManager.php Ver arquivo

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

Carregando…
Cancelar
Salvar