We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22e6073 + 00daa8d commit 5ef54d4Copy full SHA for 5ef54d4
README.md
@@ -96,10 +96,8 @@ use Symfony\Component\Console\Input\InputInterface;
96
use Symfony\Component\Console\Output\OutputInterface;
97
use Matthias\SymfonyConsoleForm\Console\Helper\FormHelper;
98
99
-class TestCommand extends Command implements FormBasedCommand
+class TestCommand extends Command
100
{
101
- use FormBasedCommandCapabilities;
102
-
103
protected function configure()
104
105
$this->setName('form:demo');
0 commit comments