1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-07 13:46:42 +02:00

feat(console): update CacheClearCommand #543

This commit is contained in:
Awilum
2021-09-21 14:15:48 +03:00
parent 4427f3cb3e
commit 0cfa75ea82

View File

@@ -30,7 +30,7 @@ class CacheClearCommand extends Command
$io->success('Cache cleared.');
return Command::SUCCESS;
} else {
$io->error('Key wasn\'t cleared.');
$io->error('Cache wasn\'t cleared.');
return Command::FAILURE;
}
}