RelationshipCache - Remove case_id
[civicrm-core.git] / ang / crmExample.ang.php
index 0868055b17bc9936030cab1302b4ba30f6c5fa8a..763f1eaca2abeea03abb2adcece8a5ffb15c63af 100644 (file)
@@ -3,9 +3,9 @@
 // in CiviCRM. See also:
 // http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_angularModules
 
-return array(
+return [
   'ext' => 'civicrm',
-  'js' => array('ang/crmExample.js'),
-  'partials' => array('ang/crmExample'),
-  'requires' => array('crmUtil', 'ngRoute', 'ui.utils', 'crmUi', 'crmResource'),
-);
+  'js' => ['ang/crmExample.js'],
+  'partials' => ['ang/crmExample'],
+  'requires' => ['crmUtil', 'ngRoute', 'ui.utils', 'crmUi', 'crmResource'],
+];