APIv4 - Allow Tags to be Managed Entities
authorcolemanw <coleman@civicrm.org>
Sat, 7 Oct 2023 20:05:26 +0000 (16:05 -0400)
committercolemanw <coleman@civicrm.org>
Sat, 7 Oct 2023 20:05:26 +0000 (16:05 -0400)
Civi/Api4/Tag.php

index 67e54a9fcf935fc36314e6ea6fe450b13e8bc325..d8dae1953f1bfd8c57b58358ddabd7ac9e7963d6 100644 (file)
@@ -22,5 +22,6 @@ namespace Civi\Api4;
  * @package Civi\Api4
  */
 class Tag extends Generic\DAOEntity {
+  use Generic\Traits\ManagedEntity;
 
 }