From 024cfdabe172896f37c117f2b2aa38fdb5c78df5 Mon Sep 17 00:00:00 2001 From: colemanw Date: Sat, 7 Oct 2023 16:05:26 -0400 Subject: [PATCH] APIv4 - Allow Tags to be Managed Entities --- Civi/Api4/Tag.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Civi/Api4/Tag.php b/Civi/Api4/Tag.php index 67e54a9fcf..d8dae1953f 100644 --- a/Civi/Api4/Tag.php +++ b/Civi/Api4/Tag.php @@ -22,5 +22,6 @@ namespace Civi\Api4; * @package Civi\Api4 */ class Tag extends Generic\DAOEntity { + use Generic\Traits\ManagedEntity; } -- 2.25.1