diff --git a/src/Knp/DictionaryBundle/Command/DictionaryDumpCommand.php b/src/Knp/DictionaryBundle/Command/DictionaryDumpCommand.php index 3816d451..cf4186b8 100644 --- a/src/Knp/DictionaryBundle/Command/DictionaryDumpCommand.php +++ b/src/Knp/DictionaryBundle/Command/DictionaryDumpCommand.php @@ -31,6 +31,7 @@ public function __construct(DictionaryRegistry $registry) protected function configure() { $this + ->setName(self::$defaultName) ->setDescription('Dump Dictionaries') ->setHelp('This command allows you to dump KNP dictionnaries and their values') ->addArgument(