From 04f19537e71630887fa3fa57bde9ae634d2f267e Mon Sep 17 00:00:00 2001 From: Nicolas Hart Date: Thu, 27 Jul 2017 23:51:01 +0200 Subject: [PATCH] Remove unused use statement in install command --- src/Wallabag/CoreBundle/Command/InstallCommand.php | 1 - 1 file changed, 1 deletion(-) 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 { -- 2.41.0