X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FApi4%2FUFMatch.php;h=05cd8fa5a568729ec8a350e346c500af175db4cc;hb=304694e1a8725a73bab84c322ff8baac0393d564;hp=6cc1c4ee5907e5d65b5abe181442e56eabe185dd;hpb=adda96477f2727e278cb6ec886cd2cc0faa83b85;p=civicrm-core.git diff --git a/Civi/Api4/UFMatch.php b/Civi/Api4/UFMatch.php index 6cc1c4ee59..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\BridgeEntity { +class UFMatch extends Generic\DAOEntity { + use Generic\Traits\EntityBridge; }