feat(event): add slug field to events and update related resources and routes
This commit is contained in:
@@ -17,6 +17,7 @@ class EventResource extends JsonResource
|
||||
|
||||
return [
|
||||
'id' => $this->id,
|
||||
'slug' => $this->slug,
|
||||
'title' => $this->title,
|
||||
'subtitle' => $this->subtitle,
|
||||
'description' => $this->description,
|
||||
|
||||
Reference in New Issue
Block a user