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/SEO/API.php')
-rw-r--r--plugins/SEO/API.php15
1 files changed, 1 insertions, 14 deletions
diff --git a/plugins/SEO/API.php b/plugins/SEO/API.php
index f23875812a..4111c6d5f7 100644
--- a/plugins/SEO/API.php
+++ b/plugins/SEO/API.php
@@ -24,21 +24,8 @@ require_once PIWIK_INCLUDE_PATH . '/plugins/Referrers/functions.php';
*
* @package SEO
*/
-class API
+class API extends \Piwik\Plugin\API
{
- static private $instance = null;
-
- /**
- * @return \Piwik\Plugins\SEO\API
- */
- static public function getInstance()
- {
- if (self::$instance == null) {
- self::$instance = new self;
- }
- return self::$instance;
- }
-
/**
* Returns SEO statistics for a URL.
*