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 'plugins/API/Controller.php')
-rw-r--r--plugins/API/Controller.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/API/Controller.php b/plugins/API/Controller.php
index c5793174ac..0dcf07bba7 100644
--- a/plugins/API/Controller.php
+++ b/plugins/API/Controller.php
@@ -11,10 +11,10 @@
namespace Piwik\Plugins\API;
use Piwik\API\DocumentationGenerator;
-use Piwik\API\Request;
use Piwik\API\Proxy;
-use Piwik\Config;
+use Piwik\API\Request;
use Piwik\Common;
+use Piwik\Config;
use Piwik\View;
/**