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/Goals/Goals.php')
-rw-r--r--plugins/Goals/Goals.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Goals/Goals.php b/plugins/Goals/Goals.php
index 775dad2b5b..1cff5d8396 100644
--- a/plugins/Goals/Goals.php
+++ b/plugins/Goals/Goals.php
@@ -11,14 +11,14 @@
namespace Piwik\Plugins\Goals;
use Piwik\ArchiveProcessor;
-use Piwik\Piwik;
use Piwik\Common;
+use Piwik\Db;
+use Piwik\Piwik;
+use Piwik\Site;
use Piwik\Tracker\GoalManager;
use Piwik\Translate;
-use Piwik\Site;
use Piwik\WidgetsList;
-use Piwik\Db;
/**
*