fix : app seed

This commit is contained in:
tristan
2026-02-25 15:39:05 +01:00
parent e9fb36cc24
commit 43f34015c6
+4
View File
@@ -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();