APIv4 - Opt-in more ManagedEntity types
[civicrm-core.git] / Civi / Api4 / CustomGroup.php
index 7a87a2bde0f0ab6710062638ca323f1ef9156742..11473bdaaf12ff53ca1d52c026db75705fa32f71 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;
 
 /**
  * CustomGroup entity.
  *
  * @see https://docs.civicrm.org/user/en/latest/organising-your-data/creating-custom-fields/
- * @searchable false
+ * @searchable none
+ * @since 5.19
  * @package Civi\Api4
  */
 class CustomGroup extends Generic\DAOEntity {
+  use Generic\Traits\ManagedEntity;
 
 }