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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user