Merge pull request #20587 from eileenmcnaughton/rr
[civicrm-core.git] / Civi / Api4 / PriceFieldValue.php
index 851abbcf6ed8b484908f86c412c22ef6c12a409b..f5bb0372614e08a2d5cd441ef8e3d6bc729b075f 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC. All rights reserved.                        |
@@ -9,12 +8,13 @@
  | and copyright information, see https://civicrm.org/licensing       |
  +--------------------------------------------------------------------+
  */
-
 namespace Civi\Api4;
 
 /**
  * PriceFieldValue entity.
  *
+ * @searchable secondary
+ * @since 5.27
  * @package Civi\Api4
  */
 class PriceFieldValue extends Generic\DAOEntity {