mirror of
https://gitlab.aliens-lyon.fr/encartes/backend.git
synced 2026-09-11 16:50:46 +02:00
add idSite and idBuilding to get_floor
This commit is contained in:
@@ -88,11 +88,11 @@ class Place
|
||||
|
||||
public function getJoinedNames(): array
|
||||
{
|
||||
$names = new ArrayCollection();
|
||||
$names = array();
|
||||
foreach ($this->names as $plName) {
|
||||
$names[] = $plName->getName();
|
||||
}
|
||||
return $names->toArray();
|
||||
return $names;
|
||||
}
|
||||
|
||||
public function addName(PlaceName $name): self
|
||||
|
||||
Reference in New Issue
Block a user