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/ScheduledReports/Model.php')
-rw-r--r--plugins/ScheduledReports/Model.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/ScheduledReports/Model.php b/plugins/ScheduledReports/Model.php
index 19f561dde3..95e98dd570 100644
--- a/plugins/ScheduledReports/Model.php
+++ b/plugins/ScheduledReports/Model.php
@@ -11,7 +11,6 @@ namespace Piwik\Plugins\ScheduledReports;
use Piwik\Common;
use Piwik\Db;
use Piwik\DbHelper;
-use Piwik\ReportRenderer;
class Model
{