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

@@ -21,6 +21,7 @@ class EventResource extends JsonResource
'subtitle' => $this->subtitle,
'description' => $this->description,
'location' => $this->location,
'exact_location' => $this->exact_location,
'date_text' => $this->date_text,
'published_at' => $this->published_at?->toIso8601String(),
'attachment_id' => $this->attachment_id,