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.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/Overlay/Overlay.php b/plugins/Overlay/Overlay.php
index 72a08d5046..b0ba9a2c7b 100644
--- a/plugins/Overlay/Overlay.php
+++ b/plugins/Overlay/Overlay.php
@@ -6,12 +6,13 @@
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
* @category Piwik_Plugins
- * @package Piwik_Overlay
+ * @package Overlay
*/
-use Piwik\Plugin;
+namespace Piwik\Plugins\Overlay;
-class Piwik_Overlay extends Plugin
+
+class Overlay extends \Piwik\Plugin
{
public function getInformation()
{