From 0b7dbc98d592183358434d3261df7f44375f1961 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 26 Feb 2022 23:13:48 +0100 Subject: [PATCH] backports murph-skeleton --- core/Cache/SymfonyCacheManager.php | 9 --------- 1 file changed, 9 deletions(-) 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(),