diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2017-07-28 07:35:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-28 07:35:48 +0200 |
commit | 6f9aba78a7a0469f73cedda0a1b7f7c97eb09a55 (patch) | |
tree | 96469483fa50f3271b7a7a0aacc5ac531cdd071d /src/Wallabag | |
parent | 839edf32cc08f525ef51e5a49a1764bcdfc2c461 (diff) | |
parent | 04f19537e71630887fa3fa57bde9ae634d2f267e (diff) | |
download | wallabag-6f9aba78a7a0469f73cedda0a1b7f7c97eb09a55.tar.gz wallabag-6f9aba78a7a0469f73cedda0a1b7f7c97eb09a55.tar.zst wallabag-6f9aba78a7a0469f73cedda0a1b7f7c97eb09a55.zip |
Merge pull request #3293 from nclsHart/remove-unused-use
Remove unused use statement in install command
Diffstat (limited to 'src/Wallabag')
-rw-r--r-- | src/Wallabag/CoreBundle/Command/InstallCommand.php | 1 |
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; | |||
14 | use Symfony\Component\Console\Output\OutputInterface; | 14 | use Symfony\Component\Console\Output\OutputInterface; |
15 | use Symfony\Component\Console\Question\ConfirmationQuestion; | 15 | use Symfony\Component\Console\Question\ConfirmationQuestion; |
16 | use Symfony\Component\Console\Question\Question; | 16 | use Symfony\Component\Console\Question\Question; |
17 | use Wallabag\CoreBundle\Entity\Config; | ||
18 | 17 | ||
19 | class InstallCommand extends ContainerAwareCommand | 18 | class InstallCommand extends ContainerAwareCommand |
20 | { | 19 | { |