*/ public function toArray(Request $request): array { return [ 'type' => $this->change_type->value, 'source_event_date_id' => $this->source_event_date_id, 'destination_event_date_id' => $this->destination_event_date_id, 'previous_date' => $this->previous_date->format('Y-m-d'), 'new_date' => $this->new_date?->format('Y-m-d'), 'occurred_at' => $this->created_at->toISOString(), ]; } }