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>2014-05-09 10:59:10 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-09 10:59:10 +0400
commitfb72cff69f33db7397a1a7e53a65cb7464147d83 (patch)
tree870363bacb1120772d79493981ede869a82ca33b /core/Plugin/ControllerAdmin.php
parent9015fd82c4843c19afc5a6b482b8deeadc5e6650 (diff)
Organised imports, using phpstorm optimize imports feature
Diffstat (limited to 'core/Plugin/ControllerAdmin.php')
-rw-r--r--core/Plugin/ControllerAdmin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Plugin/ControllerAdmin.php b/core/Plugin/ControllerAdmin.php
index 4574865238..56051341ab 100644
--- a/core/Plugin/ControllerAdmin.php
+++ b/core/Plugin/ControllerAdmin.php
@@ -8,12 +8,12 @@
*/
namespace Piwik\Plugin;
-use Piwik\Config;
use Piwik\Config as PiwikConfig;
+use Piwik\Config;
use Piwik\Menu\MenuAdmin;
use Piwik\Menu\MenuTop;
-use Piwik\Notification\Manager as NotificationManager;
use Piwik\Notification;
+use Piwik\Notification\Manager as NotificationManager;
use Piwik\Piwik;
use Piwik\Url;
use Piwik\Version;