feat(events): add exact_location field to events and update related logic
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user