Merge pull request #22673 from agileware/CIVICRM-1924
[civicrm-core.git] / CRM / Dedupe / DAO / Rule.php
1 <?php
2
3 /**
4 * @package CRM
5 * @copyright CiviCRM LLC https://civicrm.org/licensing
6 *
7 */
8
9 /**
10 * Database access object for the DedupeRule entity.
11 */
12 class CRM_Dedupe_DAO_Rule extends CRM_Dedupe_DAO_DedupeRule {}