From: Jérémy Benoist Date: Fri, 28 Jul 2017 05:35:48 +0000 (+0200) Subject: Merge pull request #3293 from nclsHart/remove-unused-use X-Git-Tag: 2.3.0~31^2~35 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=6f9aba78a7a0469f73cedda0a1b7f7c97eb09a55;hp=839edf32cc08f525ef51e5a49a1764bcdfc2c461;p=github%2Fwallabag%2Fwallabag.git Merge pull request #3293 from nclsHart/remove-unused-use Remove unused use statement in install command --- 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; 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 {