X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FApi4%2FUFMatch.php;h=6cc1c4ee5907e5d65b5abe181442e56eabe185dd;hb=819256cee2f806380478c5fa8629be962e5bb001;hp=d056ebb6f557f509aa8b493bf97430af865a2309;hpb=c77f9b14576dbe8314a82b2e4f19a170d3cc1695;p=civicrm-core.git diff --git a/Civi/Api4/UFMatch.php b/Civi/Api4/UFMatch.php index d056ebb6f5..6cc1c4ee59 100644 --- a/Civi/Api4/UFMatch.php +++ b/Civi/Api4/UFMatch.php @@ -14,8 +14,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ @@ -26,6 +24,6 @@ namespace Civi\Api4; * * @package Civi\Api4 */ -class UFMatch extends Generic\DAOEntity { +class UFMatch extends Generic\BridgeEntity { }