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/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;