Merge pull request #19375 from civicrm/5.34
[civicrm-core.git] / ang / ngRoute.ang.php
index 96fea4591edb903d41cc8aabcdc09cbcbc564813..c7a93db1165ad44f657f2cbbcae4633932d35c97 100644 (file)
@@ -1,9 +1,6 @@
 <?php
 // This file declares an Angular module which can be autoloaded
-// in CiviCRM. See also:
-// http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_angularModules
-
-return array(
+return [
   'ext' => 'civicrm',
-  'js' => array('bower_components/angular-route/angular-route.min.js'),
-);
+  'js' => ['bower_components/angular-route/angular-route.min.js'],
+];