From 851d338d4a5758b4f29cb6078eb4e09b6255ee5e Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Sat, 15 Nov 2025 11:28:33 +0100 Subject: [PATCH] tag text of question --- utils/Commands/ClearcacheCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/Commands/ClearcacheCommand.php b/utils/Commands/ClearcacheCommand.php index 6d9842803..7627d2321 100644 --- a/utils/Commands/ClearcacheCommand.php +++ b/utils/Commands/ClearcacheCommand.php @@ -57,7 +57,7 @@ class ClearcacheCommand extends Command if (!$input->getOption('force')) { $helper = new QuestionHelper(); - $question = new ConfirmationQuestion('Do you really want to clear the cache? ', false); + $question = new ConfirmationQuestion('Do you really want to clear the cache? ', false); if (!$helper->ask($input, $output, $question)) { return Command::SUCCESS; }