X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FApi4%2FUFJoin.php;h=b1c874a93fe3aeaa1b9a0669ba85bcfe6e333ba6;hb=33307b5a0da280c63ed0d8fa1f8a3e899a217ad0;hp=6112ee1c1d43897bab13c1096ec3f6227a83b2ed;hpb=2a494ac2e29d79c6c046be805374b9ee7e201ee1;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; }