From fddeb9d82b103f8c7099987275f8d0a94cbd3f9c Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 29 Apr 2022 16:56:22 +0300 Subject: [PATCH] feat(console): improve `cache:set` logic --- src/flextype/core/Console/Commands/Cache/CacheSetCommand.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/flextype/core/Console/Commands/Cache/CacheSetCommand.php b/src/flextype/core/Console/Commands/Cache/CacheSetCommand.php index 30e7ac06..40a2b265 100644 --- a/src/flextype/core/Console/Commands/Cache/CacheSetCommand.php +++ b/src/flextype/core/Console/Commands/Cache/CacheSetCommand.php @@ -23,7 +23,6 @@ use Symfony\Component\Console\Input\InputArgument; use function Thermage\div; use function Thermage\renderToString; - class CacheSetCommand extends Command { protected function configure(): void