Merge pull request #19566 from eileenmcnaughton/mem_recur
[civicrm-core.git] / Civi / Api4 / UFJoin.php
index 7e6369de58b7d400e3517c1bcda59ab806f58bd4..b1c874a93fe3aeaa1b9a0669ba85bcfe6e333ba6 100644 (file)
@@ -23,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;
 
 }