feat(tickets): group user tickets by event
This commit is contained in:
@@ -15,6 +15,7 @@ class TicketResource extends JsonResource
|
||||
return [
|
||||
'id' => $this->id,
|
||||
'tenant_code' => $this->tenant_code,
|
||||
'event_id' => $this->event_id,
|
||||
'ticket' => $this->ticket,
|
||||
'status' => $this->status,
|
||||
'status_label' => $this->status_label,
|
||||
|
||||
Reference in New Issue
Block a user