diff --git a/src/NewCommand.php b/src/NewCommand.php index 19c943f..1f706ee 100644 --- a/src/NewCommand.php +++ b/src/NewCommand.php @@ -11,6 +11,7 @@ use Symfony\Component\Console\Input\InputOption; use Symfony\Component\Console\Output\OutputInterface; use Symfony\Component\Process\Process; + use function Laravel\Prompts\confirm; use function Laravel\Prompts\multiselect; use function Laravel\Prompts\select;