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:
authormattab <matthieu.aubry@gmail.com>2013-07-21 12:01:35 +0400
committermattab <matthieu.aubry@gmail.com>2013-07-21 12:01:36 +0400
commitaca8ec33a85e0a70b818b6227145041717d7a69e (patch)
tree41377e3a9737d63222522ef93ecf8483f3faddfa /plugins/SEO/SEO.php
parent0a63210e3eae7562af1a3dbee340eb1ee140db3d (diff)
Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, Segment, SegmentExpression, PluginsManager.
Removed some deprecated code.
Diffstat (limited to 'plugins/SEO/SEO.php')
-rw-r--r--plugins/SEO/SEO.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/SEO/SEO.php b/plugins/SEO/SEO.php
index 4ff22fdabb..e41c93385c 100644
--- a/plugins/SEO/SEO.php
+++ b/plugins/SEO/SEO.php
@@ -8,11 +8,12 @@
* @category Piwik_Plugins
* @package Piwik_SEO
*/
+use Piwik\Plugin;
/**
* @package Piwik_SEO
*/
-class Piwik_SEO extends Piwik_Plugin
+class Piwik_SEO extends Plugin
{
/**
* @see Piwik_Plugin::getInformation