Merge pull request #18210 from civicrm/5.29
[civicrm-core.git] / Civi / Api4 / DashboardContact.php
index d652a1359f8713fcc25b40cc578ce859468a1276..313327204109da16e053694d1fdbed1e3d23febe 100644 (file)
@@ -14,8 +14,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
  */
 
 namespace Civi\Api4;
@@ -28,6 +26,6 @@ namespace Civi\Api4;
  * @see \Civi\Api4\Dashboard
  * @package Civi\Api4
  */
-class DashboardContact extends Generic\DAOEntity {
+class DashboardContact extends Generic\BridgeEntity {
 
 }