From 7e89bd27c462335514bbd935a7a89ccddeea8a8a Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Mon, 12 Nov 2018 11:58:13 +0100 Subject: [PATCH] fixed headline --- pkg/enqueue/Symfony/Client/Meta/QueuesCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/enqueue/Symfony/Client/Meta/QueuesCommand.php b/pkg/enqueue/Symfony/Client/Meta/QueuesCommand.php index 02d263d2b..a1f9f54fe 100644 --- a/pkg/enqueue/Symfony/Client/Meta/QueuesCommand.php +++ b/pkg/enqueue/Symfony/Client/Meta/QueuesCommand.php @@ -47,7 +47,7 @@ protected function configure() protected function execute(InputInterface $input, OutputInterface $output) { $table = new Table($output); - $table->setHeaders(['Client Name', 'Transport Name', 'processors']); + $table->setHeaders(['Client Name', 'Transport Name', 'Processors']); $count = 0; $firstRow = true;