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/ImageGraph/ImageGraph.php')
-rw-r--r--plugins/ImageGraph/ImageGraph.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ImageGraph/ImageGraph.php b/plugins/ImageGraph/ImageGraph.php
index 7b3d68d745..7240159a74 100644
--- a/plugins/ImageGraph/ImageGraph.php
+++ b/plugins/ImageGraph/ImageGraph.php
@@ -11,10 +11,10 @@
namespace Piwik\Plugins\ImageGraph;
use Piwik\Common;
+use Piwik\Config;
use Piwik\Period;
-use Piwik\Url;
use Piwik\Site;
-use Piwik\Config;
+use Piwik\Url;
class ImageGraph extends \Piwik\Plugin
{