X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FApi4%2FEntityTag.php;h=2febe72254e348cf20fe1a6d2c88101b1047454d;hb=304694e1a8725a73bab84c322ff8baac0393d564;hp=e2a48276a0196e6fe1fdd5ccfad95e93179efa1d;hpb=64aa560db1b9afecf26162220cf0eb8153ff5a11;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; }