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/Log.php')
-rw-r--r--core/Log.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Log.php b/core/Log.php
index 9ecbe0741e..a59d6857f6 100644
--- a/core/Log.php
+++ b/core/Log.php
@@ -10,7 +10,7 @@ namespace Piwik;
use Piwik\Container\StaticContainer;
use Piwik\Db;
-use Piwik\Log\ScreenBackend;
+use Piwik\Log\Backend\ScreenBackend;
/**
* Logging utility class.