]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #3293 from nclsHart/remove-unused-use
authorJérémy Benoist <j0k3r@users.noreply.github.com>
Fri, 28 Jul 2017 05:35:48 +0000 (07:35 +0200)
committerGitHub <noreply@github.com>
Fri, 28 Jul 2017 05:35:48 +0000 (07:35 +0200)
Remove unused use statement in install command

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
 {