Skip to content

Commit 28b8e68

Browse files
committed
Return dumped encrypted fields map even in quiet mode
1 parent 37c0f03 commit 28b8e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/EncryptionDumpFieldsMapCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
9898
return Command::FAILURE;
9999
}
100100

101-
$io->block($outputContent);
101+
$output->writeln($outputContent, OutputInterface::VERBOSITY_QUIET);
102102
}
103103

104104
return Command::SUCCESS;

0 commit comments

Comments
 (0)