APIv4 - Add SubscriptionHistory entity
authorColeman Watts <coleman@civicrm.org>
Sun, 9 Jan 2022 22:27:33 +0000 (17:27 -0500)
committerColeman Watts <coleman@civicrm.org>
Sun, 9 Jan 2022 22:27:33 +0000 (17:27 -0500)
Civi/Api4/SubscriptionHistory.php [new file with mode: 0644]

diff --git a/Civi/Api4/SubscriptionHistory.php b/Civi/Api4/SubscriptionHistory.php
new file mode 100644 (file)
index 0000000..fd75e83
--- /dev/null
@@ -0,0 +1,22 @@
+<?php
+/*
+ +--------------------------------------------------------------------+
+ | Copyright CiviCRM LLC. All rights reserved.                        |
+ |                                                                    |
+ | This work is published under the GNU AGPLv3 license with some      |
+ | permitted exceptions and without any warranty. For full license    |
+ | and copyright information, see https://civicrm.org/licensing       |
+ +--------------------------------------------------------------------+
+ */
+namespace Civi\Api4;
+
+/**
+ * SubscriptionHistory entity.
+ *
+ * @searchable secondary
+ * @since 5.47
+ * @package Civi\Api4
+ */
+class SubscriptionHistory extends Generic\DAOEntity {
+
+}