From dcdb13a814e97fffeb84b6b8a123717bc27f55b6 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 2 Sep 2020 19:59:40 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/NewCommand.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/NewCommand.php b/src/NewCommand.php index 5eaf01cd..ae062492 100644 --- a/src/NewCommand.php +++ b/src/NewCommand.php @@ -9,7 +9,6 @@ use Symfony\Component\Console\Input\InputOption; use Symfony\Component\Console\Output\OutputInterface; use Symfony\Component\Console\Question\ChoiceQuestion; -use Symfony\Component\Console\Question\ConfirmationQuestion; use Symfony\Component\Console\Style\SymfonyStyle; use Symfony\Component\Process\Process;