Skip to content

Commit 09f3a9c

Browse files
committed
Remove the incorrectly copied over use statement
1 parent 136c5a4 commit 09f3a9c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Maker/MakeCommand.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,8 @@ private function generateInvokableCommand(string $commandName, ClassNameDetails
129129
$description = $io->ask('Enter a short description for your command');
130130

131131
$useStatements = new UseStatementGenerator([
132-
Argument::class,
133132
AsCommand::class,
134-
Command::class,
133+
Argument::class,
135134
Option::class,
136135
SymfonyStyle::class,
137136
]);

0 commit comments

Comments
 (0)