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 'plugins/Proxy/Proxy.php')
-rw-r--r--plugins/Proxy/Proxy.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Proxy/Proxy.php b/plugins/Proxy/Proxy.php
index c669215411..fc404bfd2e 100644
--- a/plugins/Proxy/Proxy.php
+++ b/plugins/Proxy/Proxy.php
@@ -8,13 +8,14 @@
* @category Piwik_Plugins
* @package Piwik_Proxy
*/
+use Piwik\Plugin;
/**
* Proxy services for the UI
*
* @package Piwik_Proxy
*/
-class Piwik_Proxy extends Piwik_Plugin
+class Piwik_Proxy extends Plugin
{
/**
* Return information about this plugin.