1
0

Clear cache silently

This commit is contained in:
Richard Dern 2024-05-15 15:33:11 +02:00
parent f43ec9abfd
commit 9587d118a4

View File

@ -141,7 +141,7 @@ private function clearCache(): self
$this->output->write('Clearing cache... ');
if (!$this->option('dry-run')) {
$this->call('cache:clear', ['--quiet']);
$this->callSilently('cache:clear');
}
$this->info('OK');