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/ExampleSettingsPlugin/ExampleSettingsPlugin.php')
-rw-r--r--plugins/ExampleSettingsPlugin/ExampleSettingsPlugin.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/ExampleSettingsPlugin/ExampleSettingsPlugin.php b/plugins/ExampleSettingsPlugin/ExampleSettingsPlugin.php
new file mode 100644
index 0000000000..d696e7c7cd
--- /dev/null
+++ b/plugins/ExampleSettingsPlugin/ExampleSettingsPlugin.php
@@ -0,0 +1,13 @@
+<?php
+/**
+ * Matomo - free/libre analytics platform
+ *
+ * @link http://matomo.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ */
+
+namespace Piwik\Plugins\ExampleSettingsPlugin;
+
+class ExampleSettingsPlugin extends \Piwik\Plugin
+{
+}