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:
authorStefan Giehl <stefan@matomo.org>2019-06-24 07:47:43 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2019-06-24 07:47:43 +0300
commite4899e41a84b0833043254fb74e0bd9ec26fc081 (patch)
tree77da1f69ee563db450330c9ef259824955e025e2
parentc86dced59637cd0ed7ab231269ff0a19ce3def5f (diff)
Fix namespace of ExamplePlugin Update (#14559)
-rw-r--r--plugins/ExamplePlugin/Updates/0.0.2.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExamplePlugin/Updates/0.0.2.php b/plugins/ExamplePlugin/Updates/0.0.2.php
index 817d37d66e..981ba86015 100644
--- a/plugins/ExamplePlugin/Updates/0.0.2.php
+++ b/plugins/ExamplePlugin/Updates/0.0.2.php
@@ -7,7 +7,7 @@
*
*/
-namespace Piwik\Plugins\ExamplePlugin\Updates;
+namespace Piwik\Plugins\ExamplePlugin;
use Piwik\Updater;
use Piwik\Updates as PiwikUpdates;