]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Remove unused use statement in install command 3293/head
authorNicolas Hart <contact@nclshart.net>
Thu, 27 Jul 2017 21:51:01 +0000 (23:51 +0200)
committerNicolas Hart <contact@nclshart.net>
Thu, 27 Jul 2017 21:51:01 +0000 (23:51 +0200)
src/Wallabag/CoreBundle/Command/InstallCommand.php

index 505514801622018820c1722ea2e72910067ae450..c78090539ae05f74234f846473148ce0adaaa404 100644 (file)
@@ -14,7 +14,6 @@ use Symfony\Component\Console\Output\BufferedOutput;
 use Symfony\Component\Console\Output\OutputInterface;
 use Symfony\Component\Console\Question\ConfirmationQuestion;
 use Symfony\Component\Console\Question\Question;
-use Wallabag\CoreBundle\Entity\Config;
 
 class InstallCommand extends ContainerAwareCommand
 {