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