X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FApi4%2FEntityTag.php;h=2febe72254e348cf20fe1a6d2c88101b1047454d;hb=304694e1a8725a73bab84c322ff8baac0393d564;hp=aeefb3d747e26a8af89fbc8b1d443f7483fe3e8e;hpb=a461078d1ec9e1f0d1ead49b408528681dc7cff8;p=civicrm-core.git diff --git a/Civi/Api4/EntityTag.php b/Civi/Api4/EntityTag.php index aeefb3d747..2febe72254 100644 --- a/Civi/Api4/EntityTag.php +++ b/Civi/Api4/EntityTag.php @@ -25,6 +25,7 @@ namespace Civi\Api4; * * @package Civi\Api4 */ -class EntityTag extends Generic\BridgeEntity { +class EntityTag extends Generic\DAOEntity { + use Generic\Traits\EntityBridge; }