Skip to content
Snippets Groups Projects
Unverified Commit 9c025134 authored by Joas Schilling's avatar Joas Schilling
Browse files

Fix syntax

parent 3bf4e7d6
No related branches found
No related tags found
No related merge requests found
...@@ -61,6 +61,6 @@ class UpdateTheme extends UpdateJS { ...@@ -61,6 +61,6 @@ class UpdateTheme extends UpdateJS {
// cleanup image cache // cleanup image cache
$c = $this->cacheFactory->createDistributed('imagePath'); $c = $this->cacheFactory->createDistributed('imagePath');
$c->clear(''); $c->clear('');
$output->writeln('<info>Image cache cleared'); $output->writeln('<info>Image cache cleared</info>');
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment