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/PleineLune/PleineLune.php')
-rw-r--r--plugins/PleineLune/PleineLune.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/PleineLune/PleineLune.php b/plugins/PleineLune/PleineLune.php
index 133cbbfea2..12b581bdc1 100644
--- a/plugins/PleineLune/PleineLune.php
+++ b/plugins/PleineLune/PleineLune.php
@@ -8,12 +8,13 @@
* @category Piwik_Plugins
* @package Piwik_PleineLune
*/
+use Piwik\Plugin;
/**
*
* @package Piwik_PleineLune
*/
-class Piwik_PleineLune extends Piwik_Plugin
+class Piwik_PleineLune extends Plugin
{
public function getListHooksRegistered()
{