diff --git a/core/Cache/SymfonyCacheManager.php b/core/Cache/SymfonyCacheManager.php index 5504be8..a368cd0 100644 --- a/core/Cache/SymfonyCacheManager.php +++ b/core/Cache/SymfonyCacheManager.php @@ -63,15 +63,6 @@ class SymfonyCacheManager $output = new BufferedOutput(); } - $input = new ArrayInput([ - 'command' => 'cache:clear', - '-e' => $this->kernel->getEnvironment(), - '--no-warmup' => null, - '--ansi' => null, - ]); - - $application->run($input, $output); - $input = new ArrayInput([ 'command' => 'cache:warmup', '-e' => $this->kernel->getEnvironment(),