Cleanup references to old dedupe class names
[civicrm-core.git] / CRM / Import / Form / MapField.php
index 31212c0deeaee668dac2689f43d2ced3db5de316..41fe9a6da53d457e14c8e582144196f2b10757cc 100644 (file)
@@ -180,7 +180,7 @@ abstract class CRM_Import_Form_MapField extends CRM_Core_Form {
    *   Message if insufficient fields are present. Empty string otherwise.
    */
   protected static function validateRequiredContactMatchFields(string $contactType, array $importKeys): string {
-    [$ruleFields, $threshold] = CRM_Dedupe_BAO_RuleGroup::dedupeRuleFieldsWeight([
+    [$ruleFields, $threshold] = CRM_Dedupe_BAO_DedupeRuleGroup::dedupeRuleFieldsWeight([
       'used' => 'Unsupervised',
       'contact_type' => $contactType,
     ]);