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