There was an error while loading. Please reload this page.
1 parent d804b57 commit 5aeb23cCopy full SHA for 5aeb23c
1 file changed
src/Command/ListWorkersCommand.php
@@ -30,6 +30,7 @@ public function __construct(
30
protected function execute(InputInterface $input, OutputInterface $output): int
31
{
32
$io = new SymfonyStyle($input, $output);
33
+ $io->title('This is the change');
34
$io->title('Available Configuration Workers');
35
36
try {
0 commit comments