X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=ang%2FcrmUtil.ang.php;h=78ca548c49cc5844455333189c0b7bdc491db552;hb=c89f2a24996d44ad36b415f904db3e95568acf46;hp=bea2c48c0c27c6f581a9145e3b903c75017eba76;hpb=b71494d1e871ce2cca6db4902cb7e72daeb09ddc;p=civicrm-core.git diff --git a/ang/crmUtil.ang.php b/ang/crmUtil.ang.php index bea2c48c0c..78ca548c49 100644 --- a/ang/crmUtil.ang.php +++ b/ang/crmUtil.ang.php @@ -3,8 +3,8 @@ // in CiviCRM. See also: // http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_angularModules -return array( +return [ 'ext' => 'civicrm', - 'js' => array('ang/crmUtil.js'), - 'requires' => array(), -); + 'js' => ['ang/crmUtil.js'], + 'requires' => [], +];