liens de thème dans la page de graphe, thèmes bouche d'égout, micro bibliothèque, parc à jeux

This commit is contained in:
Tykayn 2025-07-14 18:55:53 +02:00 committed by tykayn
parent 0a5814011f
commit 979be016f2
6 changed files with 117 additions and 86 deletions

View file

@ -22,7 +22,7 @@ class CityFollowUp
#[ORM\Column]
private ?\DateTime $date = null;
#[ORM\ManyToOne(targetEntity: Stats::class, inversedBy: 'cityFollowUps')]
#[ORM\ManyToOne(targetEntity: Stats::class, inversedBy: 'cityFollowUps', cascade: ['persist'])]
private ?Stats $stats = null;
public function getId(): ?int