From 43f34015c6f67657f60ea1af79978981a878b912 Mon Sep 17 00:00:00 2001 From: tristan Date: Wed, 25 Feb 2026 15:39:05 +0100 Subject: [PATCH] fix : app seed --- src/Command/SeedCommand.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Command/SeedCommand.php b/src/Command/SeedCommand.php index 86308d9..bd69db1 100644 --- a/src/Command/SeedCommand.php +++ b/src/Command/SeedCommand.php @@ -58,7 +58,11 @@ class SeedCommand extends Command $this->seedMerchandiseTypes(); $this->seedPelletTypes(); $this->seedBuildings(); + $this->entityManager->flush(); + $this->seedBuildingInfrastructure(); + $this->entityManager->flush(); + $this->seedBovines($io); $this->seedReceptionTypes(); $this->seedBovineTypes();