Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 0c12e4b commit c1d4eecCopy full SHA for c1d4eec
pkg/enqueue/Symfony/Client/Meta/QueuesCommand.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(['Client Name', 'Transport Name', 'processors']);
+ $table->setHeaders(['Client Name', 'Transport Name', 'Processors']);
51
52
$count = 0;
53
$firstRow = true;
0 commit comments