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-10-08 08:35:56 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-08 08:35:56 +0400
commitd1d447217787a8c6d465d0146fb4f86d136ce16c (patch)
treeb97554034097ce8591c98900b9725ee1f7d00f54 /core/Period.php
parent93e8a334026dc6445916ca467ded4e519f4ad19e (diff)
Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* directories
Diffstat (limited to 'core/Period.php')
-rw-r--r--core/Period.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Period.php b/core/Period.php
index f875e89311..6e143dcf78 100644
--- a/core/Period.php
+++ b/core/Period.php
@@ -9,8 +9,8 @@
* @package Piwik
*/
namespace Piwik;
-use Exception;
+use Exception;
use Piwik\Period\Day;
use Piwik\Period\Month;
use Piwik\Period\Range;