From b4e2b8e5cee20c1351c576b27c1f25c091af227b Mon Sep 17 00:00:00 2001 From: Julius Kiekbusch Date: Thu, 25 Jan 2024 10:44:28 +0100 Subject: [PATCH] formatting --- src/NewCommand.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/NewCommand.php b/src/NewCommand.php index e24b9e8..56a713b 100644 --- a/src/NewCommand.php +++ b/src/NewCommand.php @@ -95,7 +95,6 @@ protected function interact(InputInterface $input, OutputInterface $output) ); if ($shouldUpdate === 'yes') { - $this->composer = new Composer(new Filesystem()); $output->writeln(' NEW VERSION Updating Laravel Installer...'.PHP_EOL);