Merge pull request #19221 from civicrm/5.33
[civicrm-core.git] / Civi / Api4 / UFMatch.php
index de7500ee02b989a979ce9093fb1a3ce192c68b35..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\DAOEntity {
+  use Generic\Traits\EntityBridge;
 
 }