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/Installation/View.php')
-rw-r--r--plugins/Installation/View.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/plugins/Installation/View.php b/plugins/Installation/View.php
index 84a8d631cf..d5599bed53 100644
--- a/plugins/Installation/View.php
+++ b/plugins/Installation/View.php
@@ -6,15 +6,16 @@
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
* @category Piwik_Plugins
- * @package Piwik_Installation
+ * @package Installation
*/
-use Piwik\View;
+namespace Piwik\Plugins\Installation;
+
/**
*
- * @package Piwik_Installation
+ * @package Installation
*/
-class Piwik_Installation_View extends View
+class View extends \Piwik\View
{
public function __construct($subtemplatePath, $installationSteps, $currentStepName)
{