Adding PreferencesDate API
authorPradeep Nayak <pradpnayak@gmail.com>
Mon, 4 Dec 2023 20:55:46 +0000 (20:55 +0000)
committerPradeep Nayak <pradpnayak@gmail.com>
Tue, 5 Dec 2023 09:52:20 +0000 (09:52 +0000)
Civi/Api4/PreferencesDate.php [new file with mode: 0644]

diff --git a/Civi/Api4/PreferencesDate.php b/Civi/Api4/PreferencesDate.php
new file mode 100644 (file)
index 0000000..4a26048
--- /dev/null
@@ -0,0 +1,31 @@
+<?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       |
+ +--------------------------------------------------------------------+
+ */
+
+/**
+ *
+ * @package CRM
+ * @copyright CiviCRM LLC https://civicrm.org/licensing
+ */
+
+
+namespace Civi\Api4;
+
+/**
+ * PreferencesDate entity.
+ *
+ * @since 5.69
+ * @searchable secondary
+ * @package Civi\Api4
+ */
+class PreferencesDate extends Generic\DAOEntity {
+
+}