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/ExampleTracker/Columns/ExampleDimension.php')
-rw-r--r--plugins/ExampleTracker/Columns/ExampleDimension.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/ExampleTracker/Columns/ExampleDimension.php b/plugins/ExampleTracker/Columns/ExampleDimension.php
index cb0838874b..80304f8e0d 100644
--- a/plugins/ExampleTracker/Columns/ExampleDimension.php
+++ b/plugins/ExampleTracker/Columns/ExampleDimension.php
@@ -9,7 +9,6 @@
namespace Piwik\Plugins\ExampleTracker\Columns;
use Piwik\Columns\Dimension;
-use Piwik\Piwik;
/**
* This example dimension only defines a name and does not track any data. It's supposed to be only used in reports.