1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 06:06:45 +02:00

feat(console): update CacheGetCommand #543

This commit is contained in:
Awilum
2021-09-21 15:16:00 +03:00
parent 7e0a34e8d1
commit 85b97109c6

View File

@@ -20,7 +20,7 @@ class CacheGetCommand extends Command
protected function configure(): void
{
$this->setName('cache:get');
$this->setDescription('Get key');
$this->setDescription('Get item.');
$this->addArgument('key', InputArgument::REQUIRED, 'Key.');
$this->addArgument('default', InputArgument::OPTIONAL, 'Default.');
}