Add Api4 MembershipType
authorMatthew Wire <mjw@mjwconsult.co.uk>
Mon, 1 Jun 2020 12:03:34 +0000 (13:03 +0100)
committerMatthew Wire <mjw@mjwconsult.co.uk>
Tue, 2 Jun 2020 15:57:01 +0000 (16:57 +0100)
Civi/Api4/MembershipType.php [new file with mode: 0644]

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