Add spherical photo

This commit is contained in:
2024-11-24 21:43:52 +01:00
parent 444955337d
commit e5d5f826ce
5 changed files with 220 additions and 3 deletions

View File

@@ -371,6 +371,7 @@ class Site implements JsonSerializable
public function jsonSerialize(): array
{
return [
'id' => $this->id,
'gisId' => $this->gisId,
'place' => $this->place,
'genericPlace' => $this->genericPlace,