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/CoreVue/Commands/GenerateVueComponent.php')
-rw-r--r--plugins/CoreVue/Commands/GenerateVueComponent.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/CoreVue/Commands/GenerateVueComponent.php b/plugins/CoreVue/Commands/GenerateVueComponent.php
index af091360d5..35849a397b 100644
--- a/plugins/CoreVue/Commands/GenerateVueComponent.php
+++ b/plugins/CoreVue/Commands/GenerateVueComponent.php
@@ -8,7 +8,6 @@
namespace Piwik\Plugins\CoreVue\Commands;
-use Piwik\Plugin\ConsoleCommand;
use Piwik\Plugin\Manager;
use Piwik\Plugins\CoreConsole\Commands\GenerateAngularConstructBase;
use Symfony\Component\Console\Input\InputInterface;