From 29c03643e51cfd0e791dabfeea771c52a0af27f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ce=CC=81line=20Morin?= Date: Tue, 25 Sep 2018 12:21:54 +0200 Subject: [PATCH] Fix name command empty --- src/Knp/DictionaryBundle/Command/DictionaryDumpCommand.php | 1 + 1 file changed, 1 insertion(+) 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(