Merge pull request #24140 from eileenmcnaughton/invoice_test
[civicrm-core.git] / Civi / Api4 / ContributionRecur.php
index 4d3884d15f27dde4f9499c66ce22dfd496e10c51..9a821f99c9234fb55649c4ca393c1a207d8c6aa4 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;
 
 /**
  * ContributionRecur entity.
  *
+ * @searchable secondary
+ * @since 5.27
  * @package Civi\Api4
  */
 class ContributionRecur extends Generic\DAOEntity {