|string> */ public function rules(): array { return [ 'productId' => 'required|exists:products,id', 'quantity' => 'required|numeric|min:1', ]; } }