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