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/Overlay/Overlay.php')
-rw-r--r--plugins/Overlay/Overlay.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/Overlay/Overlay.php b/plugins/Overlay/Overlay.php
index 5c6d072be5..72a08d5046 100644
--- a/plugins/Overlay/Overlay.php
+++ b/plugins/Overlay/Overlay.php
@@ -9,7 +9,9 @@
* @package Piwik_Overlay
*/
-class Piwik_Overlay extends Piwik_Plugin
+use Piwik\Plugin;
+
+class Piwik_Overlay extends Plugin
{
public function getInformation()
{