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/ExamplePlugin')
-rw-r--r--plugins/ExamplePlugin/Updates/0.0.2.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/ExamplePlugin/Updates/0.0.2.php b/plugins/ExamplePlugin/Updates/0.0.2.php
index 6ab86893fe..b958d91df0 100644
--- a/plugins/ExamplePlugin/Updates/0.0.2.php
+++ b/plugins/ExamplePlugin/Updates/0.0.2.php
@@ -7,16 +7,16 @@
*
*/
-namespace Piwik\Plugins\ExamplePlugin;
+namespace Piwik\Plugins\ExamplePlugin\Updates;
use Piwik\Common;
use Piwik\Updater;
-use Piwik\Updates;
+use Piwik\Updates as PiwikUpdates;
/**
* Update for version 0.0.2.
*/
-class Updates_0_0_2 extends Updates
+class Updates_0_0_2 extends PiwikUpdates
{
/**