mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-10-09 17:02:46 +02:00
liens de thème dans la page de graphe, thèmes bouche d'égout, micro bibliothèque, parc à jeux
This commit is contained in:
parent
0a5814011f
commit
979be016f2
6 changed files with 117 additions and 86 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue