Add v4 pledge api
authoreileen <emcnaughton@wikimedia.org>
Thu, 31 Dec 2020 20:04:35 +0000 (09:04 +1300)
committereileen <emcnaughton@wikimedia.org>
Mon, 18 Jan 2021 19:53:52 +0000 (08:53 +1300)
Civi/Api4/Pledge.php [new file with mode: 0644]

diff --git a/Civi/Api4/Pledge.php b/Civi/Api4/Pledge.php
new file mode 100644 (file)
index 0000000..c946d49
--- /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;
+
+/**
+ * Pledge entity.
+ *
+ * @package Civi\Api4
+ */
+class Pledge extends Generic\DAOEntity {
+
+}