Merge pull request #22203 from colemanw/revertContactDeletePermission
[civicrm-core.git] / Civi / Api4 / DashboardContact.php
index f2538b326c4a4d12bd703f0bcf042fe79729d5fe..8fa747bdbd653b992ff4f2c713bb3ac8f9829024 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC. All rights reserved.                        |
@@ -9,13 +8,6 @@
  | and copyright information, see https://civicrm.org/licensing       |
  +--------------------------------------------------------------------+
  */
-
-/**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- */
-
 namespace Civi\Api4;
 
 /**
@@ -23,8 +15,10 @@ namespace Civi\Api4;
  *
  * This places a dashboard item on a user's home screen.
  *
+ * @searchable bridge
  * @see \Civi\Api4\Dashboard
- * @searchable false
+ * @searchable none
+ * @since 5.25
  * @package Civi\Api4
  */
 class DashboardContact extends Generic\DAOEntity {