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/Session/SessionAuth.php')
-rw-r--r--core/Session/SessionAuth.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/Session/SessionAuth.php b/core/Session/SessionAuth.php
index bff91c113e..0f2d1cadad 100644
--- a/core/Session/SessionAuth.php
+++ b/core/Session/SessionAuth.php
@@ -11,11 +11,9 @@ namespace Piwik\Session;
use Piwik\Auth;
use Piwik\AuthResult;
-use Piwik\Common;
use Piwik\Config;
use Piwik\Container\StaticContainer;
use Piwik\Date;
-use Piwik\Plugins\UsersManager\Model;
use Piwik\Plugins\UsersManager\Model as UsersModel;
use Piwik\Session;
use Psr\Log\LoggerInterface;