Skip to content

Commit

Permalink
Corrected ExportTranslationsCommand service id. (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
theMadness authored and Gilles Gauthier committed Mar 13, 2018
1 parent 480b9eb commit 3e29c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
<tag name="console.command" />
</service>

<service id="Lexik\Bundle\TranslationBundle\Command\ImportTranslationsCommand" class="%lexik_translation.command.export_translations.class%">
<service id="Lexik\Bundle\TranslationBundle\Command\ExportTranslationsCommand" class="%lexik_translation.command.export_translations.class%">
<tag name="console.command" />
</service>

Expand Down

0 comments on commit 3e29c9e

Please sign in to comment.