Merge pull request #14291 from eileenmcnaughton/refund_ev
[civicrm-core.git] / CRM / Member / Import / Controller.php
index b6899d04aa2380e14b52ef53a67a219978660575..f0483d0284f77c6bf1ca92ca4311c553e6b5ef58 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 5                                                  |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2018                                |
+ | Copyright CiviCRM LLC (c) 2004-2019                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -28,7 +28,7 @@
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2018
+ * @copyright CiviCRM LLC (c) 2004-2019
  * $Id$
  *
  */
@@ -56,7 +56,7 @@ class CRM_Member_Import_Controller extends CRM_Core_Controller {
 
     // add all the actions
     $config = CRM_Core_Config::singleton();
-    $this->addActions($config->uploadDir, array('uploadFile'));
+    $this->addActions($config->uploadDir, ['uploadFile']);
   }
 
 }