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/CoreConsole/Commands/GenerateVisualizationPlugin.php')
-rw-r--r--plugins/CoreConsole/Commands/GenerateVisualizationPlugin.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/CoreConsole/Commands/GenerateVisualizationPlugin.php b/plugins/CoreConsole/Commands/GenerateVisualizationPlugin.php
index 8d732e9ffb..90b6585fed 100644
--- a/plugins/CoreConsole/Commands/GenerateVisualizationPlugin.php
+++ b/plugins/CoreConsole/Commands/GenerateVisualizationPlugin.php
@@ -9,7 +9,6 @@
namespace Piwik\Plugins\CoreConsole\Commands;
-
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
@@ -91,5 +90,4 @@ class GenerateVisualizationPlugin extends GeneratePlugin
return $visualizationName;
}
-
}