feat(events): support event cover attachments

This commit is contained in:
2026-09-18 14:33:21 -03:00
parent 22ef5619f3
commit 8d2250d247
5 changed files with 37 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ class EventResource extends JsonResource
'location' => $this->location,
'date_text' => $this->date_text,
'published_at' => $this->published_at?->toIso8601String(),
'attachment_id' => $this->attachment_id,
'allow_ticket_refund' => $this->tenant->allow_ticket_refund,
'allow_ticket_total_refund' => $this->tenant->allow_ticket_total_refund,
'allow_ticket_partial_refund' => $this->tenant->allow_ticket_partial_refund,