X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FACL%2FBAO%2FEntityRole.php;h=b2603ca868f0ddaadc409f798d10cfbbd6b3a118;hb=d1ae16d11c8eaf40d7489f4a2d4605ef2f7c607c;hp=eb12167be4291a2c9c989c449058fefc19535f1d;hpb=c7b6016eb318e6feb668af52cca2e582a8ed571c;p=civicrm-core.git diff --git a/CRM/ACL/BAO/EntityRole.php b/CRM/ACL/BAO/EntityRole.php index eb12167be4..b2603ca868 100644 --- a/CRM/ACL/BAO/EntityRole.php +++ b/CRM/ACL/BAO/EntityRole.php @@ -1,41 +1,25 @@ ts('Contact'), 'civicrm_group' => ts('Group'), - ); + ]; } return self::$_entityTable; }