Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Console/Command/Dev/InspectorCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ private function isInspectorEnabled(): bool
*/
private function cleanCache(): void
{
$this->cacheManager->clean(['config']);
$this->io->writeln('<comment>Config cache cleaned</comment>');
$this->cacheManager->clean(['config', 'layout', 'full_page', 'block_html']);
Comment thread
dermatz marked this conversation as resolved.
$this->io->writeln('<comment>Config, layout, full page & block HTML cache cleaned</comment>');
Comment thread
dermatz marked this conversation as resolved.
Outdated
}
}
Loading