$this->id, 'provider_id' => $this->provider_id, 'date' => $this->date?->format('Y-m-d'), 'period' => $this->period?->value, 'reason' => $this->reason, 'init_hour' => $this->init_hour, 'end_hour' => $this->end_hour, 'created_at' => $this->created_at, 'updated_at' => $this->updated_at, ]; } }