add local mapbox script, update objects
This commit is contained in:
parent
c6e05463b1
commit
b1f6433b7d
13 changed files with 309 additions and 182 deletions
|
@ -25,7 +25,7 @@ class Stats
|
|||
/**
|
||||
* @var Collection<int, Place>
|
||||
*/
|
||||
#[ORM\OneToMany(targetEntity: Place::class, mappedBy: 'stats')]
|
||||
#[ORM\OneToMany(targetEntity: Place::class, mappedBy: 'stats', cascade: ['persist', 'remove'])]
|
||||
private Collection $places;
|
||||
|
||||
// nombre de commerces dans la zone
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue