We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d4eec commit 13b6017Copy full SHA for 13b6017
pkg/enqueue/Symfony/Client/Meta/TopicsCommand.php
@@ -47,7 +47,7 @@ protected function configure()
47
protected function execute(InputInterface $input, OutputInterface $output)
48
{
49
$table = new Table($output);
50
- $table->setHeaders(['Topic', 'Description', 'processors']);
+ $table->setHeaders(['Topic', 'Description', 'Processors']);
51
52
$count = 0;
53
$firstRow = true;
0 commit comments