mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Merge pull request #1827 from gillesmateu/patch-1
Fix spelling error in compile configuration command
This commit is contained in:
@@ -26,7 +26,7 @@ class Configuration extends Command
|
||||
protected function doExecute(InputInterface $input, OutputInterface $output)
|
||||
{
|
||||
$this->container['configuration.store']->compileAndWrite();
|
||||
$output->writeln("Confguration compiled.");
|
||||
$output->writeln("Configuration compiled.");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user