Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2013-10-08 08:35:56 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-08 08:35:56 +0400
commitd1d447217787a8c6d465d0146fb4f86d136ce16c (patch)
treeb97554034097ce8591c98900b9725ee1f7d00f54 /plugins/CustomVariables/Controller.php
parent93e8a334026dc6445916ca467ded4e519f4ad19e (diff)
Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* directories
Diffstat (limited to 'plugins/CustomVariables/Controller.php')
-rw-r--r--plugins/CustomVariables/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CustomVariables/Controller.php b/plugins/CustomVariables/Controller.php
index da88d4e66e..449349dd2c 100644
--- a/plugins/CustomVariables/Controller.php
+++ b/plugins/CustomVariables/Controller.php
@@ -10,8 +10,8 @@
*/
namespace Piwik\Plugins\CustomVariables;
-use Piwik\ViewDataTable;
use Piwik\View;
+use Piwik\ViewDataTable;
/**
* @package CustomVariables