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/ImageGraph/StaticGraph/Evolution.php')
-rw-r--r--plugins/ImageGraph/StaticGraph/Evolution.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/plugins/ImageGraph/StaticGraph/Evolution.php b/plugins/ImageGraph/StaticGraph/Evolution.php
index a4851afaa4..3bc870b9b6 100644
--- a/plugins/ImageGraph/StaticGraph/Evolution.php
+++ b/plugins/ImageGraph/StaticGraph/Evolution.php
@@ -6,15 +6,17 @@
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
* @category Piwik_Plugins
- * @package Piwik_ImageGraph_StaticGraph
+ * @package StaticGraph
*/
+namespace Piwik\Plugins\ImageGraph\StaticGraph;
+use Piwik\Plugins\ImageGraph\StaticGraph\GridGraph;
/**
*
- * @package Piwik_ImageGraph_StaticGraph
+ * @package StaticGraph
*/
-class Piwik_ImageGraph_StaticGraph_Evolution extends Piwik_ImageGraph_StaticGraph_GridGraph
+class Evolution extends GridGraph
{
public function renderGraph()