feat : ajout de bâtiment dans les fixtures et seed + organisation du menu

This commit is contained in:
tristan
2026-03-17 17:49:58 +01:00
parent 11491b02c5
commit 82af4d4c1e
5 changed files with 62 additions and 64 deletions
+1
View File
@@ -54,6 +54,7 @@ class ReferenceFixtures extends Fixture
['label' => 'Bâtiment 1', 'code' => 'B1'],
['label' => 'Bâtiment 2', 'code' => 'B2'],
['label' => 'Bâtiment 3', 'code' => 'B3'],
['label' => 'Zone tampon', 'code' => 'ZT'],
];
foreach ($buildings as $buildingData) {
$building = new Building()