feat(events): add exact_location field to events and update related logic

This commit is contained in:
2026-09-18 14:48:25 -03:00
parent 801d25b218
commit dc5134a6ec
7 changed files with 32 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ class PublicEventResource extends JsonResource
'subtitle' => $this->subtitle,
'description' => $this->description,
'location' => $this->location,
'exact_location' => $this->exact_location,
'date_text' => $this->date_text,
'attachment_id' => $this->attachment_id,
'image' => $this->attachment?->getTemporaryUrl(1440),