> */ public function rules(): array { return [ 'variant_id' => ['sometimes', 'integer', 'min:1'], ]; } }