mirror of
https://github.com/flextype/flextype.git
synced 2025-08-06 05:07:41 +02:00
feat(console): improve cache:set
logic
This commit is contained in:
@@ -37,8 +37,6 @@ class CacheSetCommand extends Command
|
||||
|
||||
protected function execute(InputInterface $input, OutputInterface $output): int
|
||||
{
|
||||
$io = new SymfonyStyle($input, $output);
|
||||
|
||||
$key = $input->getArgument('key');
|
||||
$value = $input->getArgument('value');
|
||||
$ttl = $input->getArgument('ttl') ?? 300;
|
||||
|
Reference in New Issue
Block a user