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/API/DataTableManipulator.php')
-rw-r--r--core/API/DataTableManipulator.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/API/DataTableManipulator.php b/core/API/DataTableManipulator.php
index 45bebbf4ac..1c5d81768d 100644
--- a/core/API/DataTableManipulator.php
+++ b/core/API/DataTableManipulator.php
@@ -12,8 +12,8 @@ namespace Piwik\API;
use Exception;
use Piwik\DataTable\Row;
-use Piwik\Period\Range;
use Piwik\DataTable;
+use Piwik\Period\Range;
use Piwik\Plugins\API\API;
/**