$this->id, 'event_id' => $this->event_id, 'name' => $this->name, 'address' => $this->address, 'lat' => $this->lat, 'lng' => $this->lng, 'description' => $this->description, 'access_instructions' => $this->access_instructions, 'created_at' => $this->created_at->toIso8601String(), ]; } }