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/Feedback/Controller.php')
-rw-r--r--plugins/Feedback/Controller.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/Feedback/Controller.php b/plugins/Feedback/Controller.php
index 9464f855f1..f98504d302 100644
--- a/plugins/Feedback/Controller.php
+++ b/plugins/Feedback/Controller.php
@@ -8,13 +8,9 @@
*/
namespace Piwik\Plugins\Feedback;
-use Piwik\Date;
use Piwik\View;
-use Piwik\Piwik;
-use Piwik\Common;
use Piwik\Version;
use Piwik\Container\StaticContainer;
-use Piwik\DataTable\Renderer\Json;
class Controller extends \Piwik\Plugin\Controller
{