Merge pull request #22682 from agileware/CIVICRM-1922
[civicrm-core.git] / CRM / ACL / DAO / EntityRole.php
1 <?php
2
3 /**
4 * @package CRM
5 * @copyright CiviCRM LLC https://civicrm.org/licensing
6 */
7
8 /**
9 * Database access object for the ACLEntityRole entity.
10 */
11 class CRM_ACL_DAO_EntityRole extends CRM_ACL_DAO_ACLEntityRole {}