X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FApi4%2FDashboardContact.php;h=f2538b326c4a4d12bd703f0bcf042fe79729d5fe;hb=5f46da1c0cb45e46dee819f7a11a179eab36efba;hp=313327204109da16e053694d1fdbed1e3d23febe;hpb=adda96477f2727e278cb6ec886cd2cc0faa83b85;p=civicrm-core.git diff --git a/Civi/Api4/DashboardContact.php b/Civi/Api4/DashboardContact.php index 3133272041..f2538b326c 100644 --- a/Civi/Api4/DashboardContact.php +++ b/Civi/Api4/DashboardContact.php @@ -24,8 +24,10 @@ namespace Civi\Api4; * This places a dashboard item on a user's home screen. * * @see \Civi\Api4\Dashboard + * @searchable false * @package Civi\Api4 */ -class DashboardContact extends Generic\BridgeEntity { +class DashboardContact extends Generic\DAOEntity { + use Generic\Traits\EntityBridge; }