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/Login/Auth.php')
-rw-r--r--plugins/Login/Auth.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Login/Auth.php b/plugins/Login/Auth.php
index c60ea2d635..bab6404a8d 100644
--- a/plugins/Login/Auth.php
+++ b/plugins/Login/Auth.php
@@ -10,9 +10,9 @@
*/
namespace Piwik\Plugins\Login;
-use Piwik\Config;
-use Piwik\Common;
use Piwik\AuthResult;
+use Piwik\Common;
+use Piwik\Config;
use Piwik\Db;
use Piwik\Plugins\UsersManager\API;