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/Validators/IdSite.php')
-rw-r--r--core/Validators/IdSite.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/Validators/IdSite.php b/core/Validators/IdSite.php
index 99ef3e382e..bcb71b2eac 100644
--- a/core/Validators/IdSite.php
+++ b/core/Validators/IdSite.php
@@ -9,9 +9,7 @@
namespace Piwik\Validators;
-use Piwik\Piwik;
use Piwik\Site;
-use Piwik\UrlHelper;
class IdSite extends BaseValidator
{