1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-07 05:36:54 +02:00

feat(console): update CacheDeleteCommand #543

This commit is contained in:
Awilum
2021-09-21 15:15:48 +03:00
parent b5737361c5
commit 7e0a34e8d1

View File

@@ -19,7 +19,7 @@ class CacheDeleteCommand extends Command
protected function configure(): void
{
$this->setName('cache:delete');
$this->setDescription('Delete key');
$this->setDescription('Delete item.');
$this->addArgument('key', InputArgument::REQUIRED, 'Key.');
}