mixin/polyfill.php - Import. Update comments.
[civicrm-core.git] / Civi / Api4 / PriceField.php
index 341a70bbf61d67545e1430100bc1fbbebb831cdf..dcbe67026ef30efc36094b2701aa688a5fe6eb87 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC. All rights reserved.                        |
@@ -9,15 +8,17 @@
  | and copyright information, see https://civicrm.org/licensing       |
  +--------------------------------------------------------------------+
  */
-
 namespace Civi\Api4;
 
 /**
  * PriceField entity.
  *
  * @searchable secondary
+ * @orderBy weight
+ * @since 5.27
  * @package Civi\Api4
  */
 class PriceField extends Generic\DAOEntity {
+  use Generic\Traits\SortableEntity;
 
 }