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/PluginsArchiver.php')
-rw-r--r--core/PluginsArchiver.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/PluginsArchiver.php b/core/PluginsArchiver.php
index ad0579e332..aac3b936da 100644
--- a/core/PluginsArchiver.php
+++ b/core/PluginsArchiver.php
@@ -9,8 +9,8 @@
* @category Piwik
* @package Piwik_PluginArchiver
*/
-use Piwik\Core\Config;
-use Piwik\Core\Common;
+use Piwik\Config;
+use Piwik\Common;
/**
* Plugins that archive metrics for websites can implement an Archiver that extends this class