fix cache clear task

This commit is contained in:
Simon Vieille 2022-02-26 23:13:18 +01:00
parent 10a1168009
commit 83d75d2415

View file

@ -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(),