We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75ef9b commit dcec6d0Copy full SHA for dcec6d0
src/AssetManager/Controller/ConsoleController.php
@@ -85,7 +85,7 @@ public function warmupAction()
85
$this->assetManager->getAssetCacheManager()->setCache($path, $asset)->dump();
86
}
87
88
- $this->output(sprintf('Warming up finished...', $verbose);
+ $this->output(sprintf('Warming up finished...', $verbose));
89
90
91
/**
0 commit comments