Skip to content

Commit 5ef54d4

Browse files
Merge pull request #8 from stof/patch-1
Remove unnecessary trait when using the helper
2 parents 22e6073 + 00daa8d commit 5ef54d4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,8 @@ use Symfony\Component\Console\Input\InputInterface;
9696
use Symfony\Component\Console\Output\OutputInterface;
9797
use Matthias\SymfonyConsoleForm\Console\Helper\FormHelper;
9898

99-
class TestCommand extends Command implements FormBasedCommand
99+
class TestCommand extends Command
100100
{
101-
use FormBasedCommandCapabilities;
102-
103101
protected function configure()
104102
{
105103
$this->setName('form:demo');

0 commit comments

Comments
 (0)