1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-07 21:56:33 +02:00

feat(console): update CacheSetCommand #543

This commit is contained in:
Awilum
2021-09-21 15:16:21 +03:00
parent f17164acc1
commit ccdc2103ea

View File

@@ -20,7 +20,7 @@ class CacheSetCommand extends Command
protected function configure(): void
{
$this->setName('cache:set');
$this->setDescription('Set value');
$this->setDescription('Set item.');
$this->addArgument('key', InputArgument::REQUIRED, 'Key.');
$this->addArgument('value', InputArgument::REQUIRED, 'Value.');
$this->addArgument('ttl', InputArgument::OPTIONAL, 'Time To Live.');