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/Diagnostics/Controller.php')
-rw-r--r--plugins/Diagnostics/Controller.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Diagnostics/Controller.php b/plugins/Diagnostics/Controller.php
index 72b20ca39d..3cf9c6fe73 100644
--- a/plugins/Diagnostics/Controller.php
+++ b/plugins/Diagnostics/Controller.php
@@ -8,11 +8,8 @@
namespace Piwik\Plugins\Diagnostics;
-use Piwik\Config;
use Piwik\Piwik;
use Piwik\Plugin\SettingsProvider;
-use Piwik\View;
-use Piwik\Settings;
class Controller extends \Piwik\Plugin\ControllerAdmin
{