Procházet zdrojové kódy

Doctrine Fixtures

feature/ticket
Fab před 3 roky
rodič
revize
8d93fbcb9c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      Resolver/SectionResolver.php

+ 1
- 1
Resolver/SectionResolver.php Zobrazit soubor

@@ -34,7 +34,7 @@ class SectionResolver
}

if ($currentAdminSection === null) {
$currentAdminSection = $this->sectionRepository->findOneBy(array('isDefault' => true));
$currentAdminSection = $this->em->getRepository(SectionInterface::class)->findOneBy(array('isDefault' => true));
if ($currentAdminSection === null) {
throw new \ErrorException('Aucune section par défaut définie pour ce merchant');
}

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