Merge pull request #19221 from civicrm/5.33
[civicrm-core.git] / Civi / Api4 / UFMatch.php
index d056ebb6f557f509aa8b493bf97430af865a2309..05cd8fa5a568729ec8a350e346c500af175db4cc 100644 (file)
@@ -14,8 +14,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
  */
 
 
@@ -24,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;
 
 }