APIv4 - Allow creator to read `UserJob` and `Queue` records
[civicrm-core.git] / Civi / Api4 / PledgePayment.php
index 0ece2ddc629e933ac2bf613c36e93ec00ca31108..bd3b43108b092d833bb144bf829fed1b9e88b289 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC. All rights reserved.                        |
@@ -9,19 +8,13 @@
  | and copyright information, see https://civicrm.org/licensing       |
  +--------------------------------------------------------------------+
  */
-
-/**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- */
-
-
 namespace Civi\Api4;
 
 /**
  * PledgePayment entity.
  *
+ * @searchable secondary
+ * @since 5.35
  * @package Civi\Api4
  */
 class PledgePayment extends Generic\DAOEntity {