mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-27 18:10:42 +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')) {
|
if (!$input->getOption('force')) {
|
||||||
$helper = new QuestionHelper();
|
$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)) {
|
if (!$helper->ask($input, $output, $question)) {
|
||||||
return Command::SUCCESS;
|
return Command::SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user