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/ExampleUI/Controller.php')
-rw-r--r--plugins/ExampleUI/Controller.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/ExampleUI/Controller.php b/plugins/ExampleUI/Controller.php
index 3761812f05..017ed01769 100644
--- a/plugins/ExampleUI/Controller.php
+++ b/plugins/ExampleUI/Controller.php
@@ -8,11 +8,8 @@
*/
namespace Piwik\Plugins\ExampleUI;
-use Piwik\Common;
use Piwik\Notification;
-use Piwik\Piwik;
use Piwik\View;
-use Piwik\ViewDataTable\Factory as ViewDataTableFactory;
/**
*/