Merge pull request #20600 from ixiam/dev#SettingsTraitCheckboxes
[civicrm-core.git] / Civi / Api4 / UFJoin.php
index 7e6369de58b7d400e3517c1bcda59ab806f58bd4..c9f235f411a35c9b2244f4b6814688033333bc05 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC. All rights reserved.                        |
@@ -9,22 +8,17 @@
  | and copyright information, see https://civicrm.org/licensing       |
  +--------------------------------------------------------------------+
  */
-
-/**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- */
-
-
 namespace Civi\Api4;
 
 /**
  * UFJoin entity - links profiles to the components/extensions they are used for.
  *
  * @see \Civi\Api4\UFGroup
+ * @searchable none
+ * @since 5.19
  * @package Civi\Api4
  */
 class UFJoin extends Generic\DAOEntity {
+  use Generic\Traits\EntityBridge;
 
 }