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/functions.php')
-rw-r--r--core/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/functions.php b/core/functions.php
index b1cf05abc7..ca8a34d7c0 100644
--- a/core/functions.php
+++ b/core/functions.php
@@ -12,8 +12,8 @@
// All classes and functions below are defined in the global namespace
namespace {
- use Piwik\EventDispatcher;
use Piwik\DataTable;
+ use Piwik\EventDispatcher;
use Piwik\Menu\Admin;
use Piwik\Menu\Main;
use Piwik\Menu\Top;