Merge pull request #17614 from demeritcowboy/xmlproc-acttypes-more
[civicrm-core.git] / ang / crmRouteBinder.ang.php
index f19e336b09d7946cb0fb70270bc6d8174131f680..0da8aa36f7c8759ac7b34641785ebe2b5964d25c 100644 (file)
@@ -3,10 +3,10 @@
 // in CiviCRM. See also:
 // http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_angularModules
 
-return array(
+return [
   'ext' => 'civicrm',
-  'js' => array('ang/crmRouteBinder.js'),
-  'css' => array(),
-  'partials' => array(),
-  'requires' => array('ngRoute'),
-);
+  'js' => ['ang/crmRouteBinder.js'],
+  'css' => [],
+  'partials' => [],
+  'requires' => ['ngRoute'],
+];