forked from wallabag/wallabag
Remove unused use statement in install command
This commit is contained in:
@ -14,7 +14,6 @@ use Symfony\Component\Console\Output\BufferedOutput;
|
|||||||
use Symfony\Component\Console\Output\OutputInterface;
|
use Symfony\Component\Console\Output\OutputInterface;
|
||||||
use Symfony\Component\Console\Question\ConfirmationQuestion;
|
use Symfony\Component\Console\Question\ConfirmationQuestion;
|
||||||
use Symfony\Component\Console\Question\Question;
|
use Symfony\Component\Console\Question\Question;
|
||||||
use Wallabag\CoreBundle\Entity\Config;
|
|
||||||
|
|
||||||
class InstallCommand extends ContainerAwareCommand
|
class InstallCommand extends ContainerAwareCommand
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user