Event identifiers for anonymizations

This commit is contained in:
2026-03-22 00:14:00 +01:00
parent 405591d6dd
commit 37039f082c
6 changed files with 12 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ class EventResource extends JsonResource{
$returnArray = [
'id' => $this->event->id,
'name' => $this->event->name,
'identifier' => $this->event->identifier,
'location' => $this->event->location,
'postalCode' => $this->event->postal_code,
'email' => $this->event->email,