X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FApi4%2FEntityTag.php;h=2febe72254e348cf20fe1a6d2c88101b1047454d;hb=60d7283dbe5fdc3912a4c78aa5ef24b63deb5c5c;hp=aeefb3d747e26a8af89fbc8b1d443f7483fe3e8e;hpb=81e96a1ab27286d278f90dae4e57ff2a3a6256c9;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; }