mixin/polyfill.php - Import. Update comments.
[civicrm-core.git] / Civi / Api4 / PriceField.php
index 0e8e7d11e2a0a1110f90297b8a6a02e989cec39e..dcbe67026ef30efc36094b2701aa688a5fe6eb87 100644 (file)
@@ -14,9 +14,11 @@ namespace Civi\Api4;
  * PriceField entity.
  *
  * @searchable secondary
+ * @orderBy weight
  * @since 5.27
  * @package Civi\Api4
  */
 class PriceField extends Generic\DAOEntity {
+  use Generic\Traits\SortableEntity;
 
 }