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/Development.php')
-rw-r--r--core/Development.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Development.php b/core/Development.php
index 60d3dcd81c..a2dd44c673 100644
--- a/core/Development.php
+++ b/core/Development.php
@@ -9,7 +9,7 @@
namespace Piwik;
-use \Exception;
+use Exception;
/**
* Development related checks and tools. You can enable/disable development using `./console development:enable` and