$this->id, 'project_id' => $this->project_id, 'month' => $this->month?->format('Y-m'), 'planned_hours' => $this->formatDecimal($this->planned_hours), 'is_blank' => $this->planned_hours === null, 'created_at' => $this->formatDate($this->created_at), 'updated_at' => $this->formatDate($this->updated_at), ]; } }