X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FApi4%2FUFMatch.php;h=05cd8fa5a568729ec8a350e346c500af175db4cc;hb=304694e1a8725a73bab84c322ff8baac0393d564;hp=de7500ee02b989a979ce9093fb1a3ce192c68b35;hpb=b5eb4be901711f519afa890eaf46801b57745143;p=civicrm-core.git diff --git a/Civi/Api4/UFMatch.php b/Civi/Api4/UFMatch.php index de7500ee02..05cd8fa5a5 100644 --- a/Civi/Api4/UFMatch.php +++ b/Civi/Api4/UFMatch.php @@ -22,8 +22,10 @@ namespace Civi\Api4; /** * UFMatch entity - links civicrm contacts with users created externally * + * @searchable false * @package Civi\Api4 */ class UFMatch extends Generic\DAOEntity { + use Generic\Traits\EntityBridge; }