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:
Diffstat (limited to 'core/Controller/Admin.php')
-rw-r--r--core/Controller/Admin.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/Controller/Admin.php b/core/Controller/Admin.php
index 33f08d0b93..004160d453 100644
--- a/core/Controller/Admin.php
+++ b/core/Controller/Admin.php
@@ -11,12 +11,12 @@
namespace Piwik\Controller;
use Piwik\Config;
-use Piwik\Piwik;
use Piwik\Controller;
+use Piwik\Piwik;
+use Piwik\PluginsManager;
+use Piwik\Url;
use Piwik\Version;
use Piwik\View;
-use Piwik\Url;
-use Piwik\PluginsManager;
/**
* Parent class of all plugins Controllers with admin functions