mixin/polyfill.php - Import. Update comments.
[civicrm-core.git] / Civi / Api4 / CustomGroup.php
index bee078777b18e94b900d2aab189eb3cd7f281347..1aed113a4860aceb34c930361fe354c214d26ede 100644 (file)
@@ -15,10 +15,12 @@ namespace Civi\Api4;
  *
  * @see https://docs.civicrm.org/user/en/latest/organising-your-data/creating-custom-fields/
  * @searchable secondary
+ * @orderBy weight
  * @since 5.19
  * @package Civi\Api4
  */
 class CustomGroup extends Generic\DAOEntity {
   use Generic\Traits\ManagedEntity;
+  use Generic\Traits\SortableEntity;
 
 }