More reformatting
This commit is contained in:
@ -18,7 +18,7 @@ class ClearCache extends SymfonyCommand
|
||||
{
|
||||
$output->writeln("Clearing cache at '" . Cache::getDirectory() . "'");
|
||||
Cache::clear();
|
||||
$output->writeln("<info>Cache cleared</info>");
|
||||
$output->writeln('<info>Cache cleared</info>');
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user