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/ExampleAPI/ExampleAPI.php')
-rw-r--r--plugins/ExampleAPI/ExampleAPI.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/ExampleAPI/ExampleAPI.php b/plugins/ExampleAPI/ExampleAPI.php
index 7c96f96c19..da1c3f4c52 100644
--- a/plugins/ExampleAPI/ExampleAPI.php
+++ b/plugins/ExampleAPI/ExampleAPI.php
@@ -8,12 +8,13 @@
* @category Piwik_Plugins
* @package Piwik_ExampleAPI
*/
+use Piwik\Plugin;
/**
* ExampleAPI plugin
*
* @package Piwik_ExampleAPI
*/
-class Piwik_ExampleAPI extends Piwik_Plugin
+class Piwik_ExampleAPI extends Plugin
{
}