Add SMS provider API 4 Support
authorPradeep Nayak <pradpnayak@gmail.com>
Tue, 5 Dec 2023 14:44:22 +0000 (14:44 +0000)
committerPradeep Nayak <pradpnayak@gmail.com>
Tue, 5 Dec 2023 14:44:22 +0000 (14:44 +0000)
Civi/Api4/Provider.php [new file with mode: 0644]

diff --git a/Civi/Api4/Provider.php b/Civi/Api4/Provider.php
new file mode 100644 (file)
index 0000000..37db8db
--- /dev/null
@@ -0,0 +1,24 @@
+<?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;
+
+/**
+ * Provider entity.
+ *
+ * SMS Provider.
+ *
+ * @searchable secondary
+ * @since 5.69
+ * @package Civi\Api4
+ */
+class Provider extends Generic\DAOEntity {
+
+}