mirror of
https://gitlab.aliens-lyon.fr/encartes/backend.git
synced 2026-03-17 22:51:04 +01:00
Missed a s ^^
This commit is contained in:
parent
5d66658842
commit
7179f8f752
@ -94,7 +94,7 @@ class MapApiController extends AbstractController
|
||||
}
|
||||
$siteJSON[] = array(['name' => $b->getName(), 'id' => $b->getId(), 'floors' => $buildJSON]);
|
||||
}
|
||||
$response[] = array(['name' => $s->getName(), 'id' => $s->getId(), 'building' => $siteJSON]);
|
||||
$response[] = array(['name' => $s->getName(), 'id' => $s->getId(), 'buildings' => $siteJSON]);
|
||||
}
|
||||
return $this->json($response);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user