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/Events/Reports/Base.php')
-rw-r--r--plugins/Events/Reports/Base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Events/Reports/Base.php b/plugins/Events/Reports/Base.php
index e49c7815fa..4430b31407 100644
--- a/plugins/Events/Reports/Base.php
+++ b/plugins/Events/Reports/Base.php
@@ -9,7 +9,7 @@
namespace Piwik\Plugins\Events\Reports;
use Piwik\Plugins\Events\API;
-use Piwik\Plugins\Events\Metrics\AverageEventValue;
+use Piwik\Plugins\Events\Columns\Metrics\AverageEventValue;
abstract class Base extends \Piwik\Plugin\Report
{