Skip to content

Commit

Permalink
Merge pull request #25227 from eileenmcnaughton/dedupe_rule
Browse files Browse the repository at this point in the history
Support DedupeRules as Managed entities
  • Loading branch information
yashodha authored Dec 28, 2022
2 parents ba8a5b2 + 907f76e commit 9547c0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Civi/Api4/DedupeRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
* @package Civi\Api4
*/
class DedupeRule extends Generic\DAOEntity {
use Generic\Traits\ManagedEntity;

}
1 change: 1 addition & 0 deletions Civi/Api4/DedupeRuleGroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
* @package Civi\Api4
*/
class DedupeRuleGroup extends Generic\DAOEntity {
use Generic\Traits\ManagedEntity;

}

0 comments on commit 9547c0a

Please sign in to comment.