diff --git a/app/Console/Commands/Bundle/Render.php b/app/Console/Commands/Bundle/Render.php index 75065c7..fa6d1fa 100644 --- a/app/Console/Commands/Bundle/Render.php +++ b/app/Console/Commands/Bundle/Render.php @@ -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');