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>2013-11-06 06:48:12 +0400
committermattab <matthieu.aubry@gmail.com>2013-11-06 06:48:12 +0400
commita383d65cb36f22f302788f5e18bed3df7d2f374e (patch)
tree3554f4a1d6dbadaa7bf35dade1665b6281c070fb /piwik.php
parent2a8dce197c5df2410d550f54874583e4da59ddba (diff)
Phpstorm organize imports
Diffstat (limited to 'piwik.php')
-rw-r--r--piwik.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/piwik.php b/piwik.php
index a55d41a795..0b60462ecf 100644
--- a/piwik.php
+++ b/piwik.php
@@ -8,9 +8,9 @@
* @package Piwik
*/
+use Piwik\Common;
use Piwik\Timer;
use Piwik\Tracker;
-use Piwik\Common;
$GLOBALS['PIWIK_TRACKER_DEBUG'] = false;
$GLOBALS['PIWIK_TRACKER_DEBUG_FORCE_SCHEDULED_TASKS'] = false;