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