Minor improvements

This commit is contained in:
2026-05-02 00:33:43 +02:00
parent 71cb09f051
commit 1a69a20750
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -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,