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/CustomDimensions/Controller.php')
-rw-r--r--plugins/CustomDimensions/Controller.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/CustomDimensions/Controller.php b/plugins/CustomDimensions/Controller.php
index bc7fec5738..6defa629cc 100644
--- a/plugins/CustomDimensions/Controller.php
+++ b/plugins/CustomDimensions/Controller.php
@@ -9,9 +9,7 @@
namespace Piwik\Plugins\CustomDimensions;
use Piwik\Common;
-use Piwik\DataTable;
use Piwik\Piwik;
-use Piwik\View;
class Controller extends \Piwik\Plugin\ControllerAdmin
{