X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FApi4%2FUFJoin.php;h=b1c874a93fe3aeaa1b9a0669ba85bcfe6e333ba6;hb=6b1506ee3970ed5ee7621dfb2dd504947637254f;hp=6112ee1c1d43897bab13c1096ec3f6227a83b2ed;hpb=8c20952c7e9195ff138ba1d9515eefec74312586;p=civicrm-core.git diff --git a/Civi/Api4/UFJoin.php b/Civi/Api4/UFJoin.php index 6112ee1c1d..b1c874a93f 100644 --- a/Civi/Api4/UFJoin.php +++ b/Civi/Api4/UFJoin.php @@ -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; }