1
0
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:
Awilum
2022-04-29 16:38:18 +03:00
parent a9eda8ad8a
commit c009b6dcee

View File

@@ -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;