Merge pull request #21890 from mariav0/patch-28
[civicrm-core.git] / Civi / Api4 / Contribution.php
index 99743ba0154a58075d803451998e676e0a5b67a6..2be2264b61725d7c006a06d14a96baaca89bac71 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;
 
 /**
  * Contribution entity.
  *
+ * @searchable primary
+ * @since 5.19
  * @package Civi\Api4
  */
 class Contribution extends Generic\DAOEntity {