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>2013-10-08 07:51:12 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-08 07:51:12 +0400
commit186f09a7ac2021168e8a92f15482a6b72d6beef8 (patch)
tree23879e414711b933b356c081099875586c673eec /plugins/ExampleUI
parentf5fc4eecc4b0147c5a15f0bc76d88af09c53c810 (diff)
refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature)
Diffstat (limited to 'plugins/ExampleUI')
-rw-r--r--plugins/ExampleUI/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExampleUI/Controller.php b/plugins/ExampleUI/Controller.php
index 6f7c769d5f..65fb1c7d82 100644
--- a/plugins/ExampleUI/Controller.php
+++ b/plugins/ExampleUI/Controller.php
@@ -12,7 +12,7 @@ namespace Piwik\Plugins\ExampleUI;
use Piwik\Common;
use Piwik\Piwik;
-use Piwik\Site;
+
use Piwik\ViewDataTable;
use Piwik\View;