File tree
Expand file treeCollapse file tree1 file changed
+2
-2
lines changed components/console/helpers
Expand file treeCollapse file tree1 file changed
+2
-2
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -27,11 +27,11 @@ inside your console command::
|
27 | 27 |
|
28 | 28 | use Symfony\Component\Console\Attribute\AsCommand;
|
29 | 29 | use Symfony\Component\Console\Command\Command;
|
| 30 | +use Symfony\Component\Console\Helper\TreeHelper; |
| 31 | +use Symfony\Component\Console\Helper\TreeNode; |
30 | 32 | use Symfony\Component\Console\Input\InputInterface;
|
31 | 33 | use Symfony\Component\Console\Output\OutputInterface;
|
32 | 34 | use Symfony\Component\Console\Style\SymfonyStyle;
|
33 |
| -use Symfony\Component\Console\Helper\TreeHelper; |
34 |
| -use Symfony\Component\Console\Helper\TreeNode; |
35 | 35 |
|
36 | 36 | #[AsCommand(name: 'app:some-command', description: '...')]
|
37 | 37 | class SomeCommand extends Command
|
|
You can’t perform that action at this time.
0 commit comments