Add MailingComponent.php
author19ATF72 <micah.hobby@gmail.com>
Mon, 4 Dec 2023 19:24:12 +0000 (11:24 -0800)
committer19ATF72 <micah.hobby@gmail.com>
Mon, 4 Dec 2023 19:24:12 +0000 (11:24 -0800)
ext/civi_mail/Civi/Api4/MailingComponent.php [new file with mode: 0644]

diff --git a/ext/civi_mail/Civi/Api4/MailingComponent.php b/ext/civi_mail/Civi/Api4/MailingComponent.php
new file mode 100644 (file)
index 0000000..62d0d3f
--- /dev/null
@@ -0,0 +1,21 @@
+<?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;
+
+/**
+ * MailingComponent
+ * 
+ * @searchable secondary
+ * @since 5.70
+ * @package Civi\Api4
+ */
+class MailingComponent extends Generic\DAOEntity {
+}