Pārlūkot izejas kodu

Doctrine Fixtures

feature/ticket
Fab pirms 3 gadiem
vecāks
revīzija
8d93fbcb9c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      Resolver/SectionResolver.php

+ 1
- 1
Resolver/SectionResolver.php Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt