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:
authormattab <matthieu.aubry@gmail.com>2014-05-09 10:59:10 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-09 10:59:10 +0400
commitfb72cff69f33db7397a1a7e53a65cb7464147d83 (patch)
tree870363bacb1120772d79493981ede869a82ca33b /core/DataTable.php
parent9015fd82c4843c19afc5a6b482b8deeadc5e6650 (diff)
Organised imports, using phpstorm optimize imports feature
Diffstat (limited to 'core/DataTable.php')
-rw-r--r--core/DataTable.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/DataTable.php b/core/DataTable.php
index 0fa7e67ef1..81eeaff4fe 100644
--- a/core/DataTable.php
+++ b/core/DataTable.php
@@ -14,8 +14,8 @@ use Exception;
use Piwik\DataTable\DataTableInterface;
use Piwik\DataTable\Manager;
use Piwik\DataTable\Renderer\Html;
-use Piwik\DataTable\Row\DataTableSummaryRow;
use Piwik\DataTable\Row;
+use Piwik\DataTable\Row\DataTableSummaryRow;
use Piwik\DataTable\Simple;
use Piwik\DataTable\TableNotFoundException;
use ReflectionClass;