Loading src/UnicaenDbImport/ORM/Event/Listeners/SourceListener.php +1 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ class SourceListener implements EventSubscriber * @param EntityManager $entityManager * @return Source */ private function fetchDefaultSource(EntityManager $entityManager): Source private function fetchDefaultSource(EntityManager $entityManager) { if ($this->sourceEntityClass === null) { throw new RuntimeException("La classe d'entité Source n'a pas été spécifiée"); Loading Loading
src/UnicaenDbImport/ORM/Event/Listeners/SourceListener.php +1 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ class SourceListener implements EventSubscriber * @param EntityManager $entityManager * @return Source */ private function fetchDefaultSource(EntityManager $entityManager): Source private function fetchDefaultSource(EntityManager $entityManager) { if ($this->sourceEntityClass === null) { throw new RuntimeException("La classe d'entité Source n'a pas été spécifiée"); Loading