Merge pull request #23119 from eileenmcnaughton/silly6
[civicrm-core.git] / Civi / Api4 / UFGroup.php
index 2f80638a07bc5609dc2d26010b97f94765a326fc..f97261ccbdba0fd8b1109d0b7fcc0bb0046d7ee3 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC. All rights reserved.                        |
@@ -9,23 +8,17 @@
  | and copyright information, see https://civicrm.org/licensing       |
  +--------------------------------------------------------------------+
  */
-
-/**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- */
-
-
 namespace Civi\Api4;
 
 /**
  * UFGroup entity - AKA profiles.
  *
  * @see https://docs.civicrm.org/user/en/latest/organising-your-data/profiles/
- * @searchable false
+ * @searchable none
+ * @since 5.19
  * @package Civi\Api4
  */
 class UFGroup extends Generic\DAOEntity {
+  use Generic\Traits\ManagedEntity;
 
 }