Browse Source

feat: wordings corrected as suggested

Signed-off-by: yemkareems <yemkareems@gmail.com>
pull/44840/head
yemkareems 1 month ago
parent
commit
04b112c941
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      core/Command/User/ClearGeneratedAvatarCacheCommand.php

+ 2
- 2
core/Command/User/ClearGeneratedAvatarCacheCommand.php View File

} }


protected function execute(InputInterface $input, OutputInterface $output): int { protected function execute(InputInterface $input, OutputInterface $output): int {
$output->writeln("clearing avatar cache started");
$output->writeln("Clearing avatar cache has started");
$this->avatarManager->clearCachedAvatars(); $this->avatarManager->clearCachedAvatars();
$output->writeln("cleared avatar cache successfully");
$output->writeln("Cleared avatar cache successfully");
return 0; return 0;
} }
} }

Loading…
Cancel
Save