productId, quantity: $request->quantity ); } /** * @return array */ public function toArray(): array { return [ 'productId' => $this->productId, 'quantity' => $this->quantity, ]; } }