*/ public function toArray(Request $request): array { return [ 'created_at' => $this->created_at, 'updated_at' => $this->updated_at, 'id' => $this->id, 'version' => $this->version, 'color_class' => $this->color_class, ]; } }