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 'core/Archive.php')
-rw-r--r--core/Archive.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Archive.php b/core/Archive.php
index 05c6dc2ab3..b29aef2731 100644
--- a/core/Archive.php
+++ b/core/Archive.php
@@ -10,11 +10,11 @@
*/
namespace Piwik;
use Piwik\Archive\Parameters;
-use Piwik\Period\Range;
-
use Piwik\ArchiveProcessor\Rules;
use Piwik\DataAccess\ArchiveSelector;
+use Piwik\Period\Range;
+
/**
* The archive object is used to query specific data for a day or a period of statistics for a given website.
*