aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Command/InstallCommand.php
diff options
context:
space:
mode:
authorNicolas Hart <contact@nclshart.net>2017-07-27 23:51:01 +0200
committerNicolas Hart <contact@nclshart.net>2017-07-27 23:51:01 +0200
commit04f19537e71630887fa3fa57bde9ae634d2f267e (patch)
tree06e155a5d3cb6e8e76f7613ff88834b56d0fd889 /src/Wallabag/CoreBundle/Command/InstallCommand.php
parentf39152ad6e62f1ea43f501e88a8839526d77ef6c (diff)
downloadwallabag-04f19537e71630887fa3fa57bde9ae634d2f267e.tar.gz
wallabag-04f19537e71630887fa3fa57bde9ae634d2f267e.tar.zst
wallabag-04f19537e71630887fa3fa57bde9ae634d2f267e.zip
Remove unused use statement in install command
Diffstat (limited to 'src/Wallabag/CoreBundle/Command/InstallCommand.php')
-rw-r--r--src/Wallabag/CoreBundle/Command/InstallCommand.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Command/InstallCommand.php b/src/Wallabag/CoreBundle/Command/InstallCommand.php
index 50551480..c7809053 100644
--- a/src/Wallabag/CoreBundle/Command/InstallCommand.php
+++ b/src/Wallabag/CoreBundle/Command/InstallCommand.php
@@ -14,7 +14,6 @@ use Symfony\Component\Console\Output\BufferedOutput;
14use Symfony\Component\Console\Output\OutputInterface; 14use Symfony\Component\Console\Output\OutputInterface;
15use Symfony\Component\Console\Question\ConfirmationQuestion; 15use Symfony\Component\Console\Question\ConfirmationQuestion;
16use Symfony\Component\Console\Question\Question; 16use Symfony\Component\Console\Question\Question;
17use Wallabag\CoreBundle\Entity\Config;
18 17
19class InstallCommand extends ContainerAwareCommand 18class InstallCommand extends ContainerAwareCommand
20{ 19{