Merge pull request #19566 from eileenmcnaughton/mem_recur
[civicrm-core.git] / Civi / Api4 / UFJoin.php
index 6112ee1c1d43897bab13c1096ec3f6227a83b2ed..b1c874a93fe3aeaa1b9a0669ba85bcfe6e333ba6 100644 (file)
@@ -14,8 +14,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
  */
 
 
@@ -25,8 +23,10 @@ namespace Civi\Api4;
  * UFJoin entity - links profiles to the components/extensions they are used for.
  *
  * @see \Civi\Api4\UFGroup
+ * @searchable false
  * @package Civi\Api4
  */
 class UFJoin extends Generic\DAOEntity {
+  use Generic\Traits\EntityBridge;
 
 }