X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FApi4%2FUFJoin.php;h=b1c874a93fe3aeaa1b9a0669ba85bcfe6e333ba6;hb=33307b5a0da280c63ed0d8fa1f8a3e899a217ad0;hp=7e6369de58b7d400e3517c1bcda59ab806f58bd4;hpb=5386882d237044d22a6f73fcbb565ff15b0f2a13;p=civicrm-core.git diff --git a/Civi/Api4/UFJoin.php b/Civi/Api4/UFJoin.php index 7e6369de58..b1c874a93f 100644 --- a/Civi/Api4/UFJoin.php +++ b/Civi/Api4/UFJoin.php @@ -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; }