Minor improvements
This commit is contained in:
@@ -26,6 +26,7 @@ class EventResource extends JsonResource{
|
||||
'name' => $this->event->name,
|
||||
'identifier' => $this->event->identifier,
|
||||
'url' => 'https://' . app('tenant')->url . '/event/' . $this->event->identifier . '/signup',
|
||||
'urlShort' => 'https://' . app('tenant')->url . '/event/' . $this->event->identifier,
|
||||
'location' => $this->event->location,
|
||||
'postalCode' => $this->event->postal_code,
|
||||
'email' => $this->event->email,
|
||||
|
||||
Reference in New Issue
Block a user