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/Dashboard/Controller.php
parent93e8a334026dc6445916ca467ded4e519f4ad19e (diff)
Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* directories
Diffstat (limited to 'plugins/Dashboard/Controller.php')
-rw-r--r--plugins/Dashboard/Controller.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/Dashboard/Controller.php b/plugins/Dashboard/Controller.php
index c919230db7..963e7dcf43 100644
--- a/plugins/Dashboard/Controller.php
+++ b/plugins/Dashboard/Controller.php
@@ -9,13 +9,12 @@
*/
namespace Piwik\Plugins\Dashboard;
+use Piwik\Common;
use Piwik\DataTable\Renderer\Json;
+use Piwik\Db;
use Piwik\Piwik;
-use Piwik\Common;
-
use Piwik\Session\SessionNamespace;
use Piwik\View;
-use Piwik\Db;
use Piwik\WidgetsList;
/**