*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'user_id' => $this->user_id, 'name' => $this->name, 'description' => $this->description, 'checked' => $this->checked, 'duration' => $this->duration, ]; } }