Merge pull request #22138 from eileenmcnaughton/cust_edit
[civicrm-core.git] / Civi / Api4 / UFField.php
index 0de725af343aba7f2dadb0ae4d9f0f3cf233bd42..7fbd05df2f6d26685f1a8ea39c50a36d909aab16 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC. All rights reserved.                        |
@@ -9,14 +8,6 @@
  | and copyright information, see https://civicrm.org/licensing       |
  +--------------------------------------------------------------------+
  */
-
-/**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- */
-
-
 namespace Civi\Api4;
 
 /**
@@ -24,8 +15,11 @@ namespace Civi\Api4;
  *
  * @see \Civi\Api4\UFGroup
  * @searchable none
+ * @orderBy weight
+ * @since 5.19
  * @package Civi\Api4
  */
 class UFField extends Generic\DAOEntity {
+  use Generic\Traits\SortableEntity;
 
 }