Merge pull request #19221 from civicrm/5.33
[civicrm-core.git] / Civi / Api4 / UFMatch.php
index 6cc1c4ee5907e5d65b5abe181442e56eabe185dd..05cd8fa5a568729ec8a350e346c500af175db4cc 100644 (file)
@@ -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;
 
 }