mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-27 10:00:41 +00:00
tag text of question
This commit is contained in:
parent
a8c3650725
commit
851d338d4a
|
|
@ -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('<question>Do you really want to clear the cache?</question> ', false);
|
||||
if (!$helper->ask($input, $output, $question)) {
|
||||
return Command::SUCCESS;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user