From 089ba9caf43b00d3b168af9ce77342fce4b198bb Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Mon, 6 Jun 2022 08:42:03 +1000 Subject: [PATCH] [NFC] Fix Since version in Price Set Entity APIv4 --- Civi/Api4/PriceSetEntity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Civi/Api4/PriceSetEntity.php b/Civi/Api4/PriceSetEntity.php index f093ec1a14..e040e81519 100644 --- a/Civi/Api4/PriceSetEntity.php +++ b/Civi/Api4/PriceSetEntity.php @@ -14,7 +14,7 @@ namespace Civi\Api4; * PriceSetEntity entity. * * @searchable secondary - * @since 5.27 + * @since 5.51 * @package Civi\Api4 */ class PriceSetEntity extends Generic\DAOEntity { -- 2.25.1