projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb9daa3
)
APIv4 - Allow Tags to be Managed Entities
author
colemanw
<coleman@civicrm.org>
Sat, 7 Oct 2023 20:05:26 +0000
(16:05 -0400)
committer
colemanw
<coleman@civicrm.org>
Sat, 7 Oct 2023 20:05:26 +0000
(16:05 -0400)
Civi/Api4/Tag.php
patch
|
blob
|
blame
|
history
diff --git
a/Civi/Api4/Tag.php
b/Civi/Api4/Tag.php
index 67e54a9fcf935fc36314e6ea6fe450b13e8bc325..d8dae1953f1bfd8c57b58358ddabd7ac9e7963d6 100644
(file)
--- 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;
}