Skip to content

Commit a089226

Browse files
committed
Remove unnecessary trait when using the helper
1 parent 22e6073 commit a089226

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ use Matthias\SymfonyConsoleForm\Console\Helper\FormHelper;
9898

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

0 commit comments

Comments
 (0)