Skip to content
This repository was archived by the owner on Jun 19, 2022. It is now read-only.

Commit 2c46b99

Browse files
committed
remove unused code
1 parent 4cc59fd commit 2c46b99

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Maker/MakeHslDto.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ public function interact(InputInterface $input, ConsoleStyle $io, Command $comma
6464
}
6565
else
6666
{
67-
$argument = $command->getDefinition()->getArgument('class-name');
6867
$value = $io->ask($argument->getDescription(), null, [Validator::class, 'notBlank']);
6968
$input->setArgument('class-name', $value);
7069
}

0 commit comments

Comments
 (0)