Fix the command which load language

The command load the languages in the configured languages in chill's configuration.
This commit is contained in:
2024-03-14 15:46:32 +01:00
parent 96105b101f
commit d7f4895248
4 changed files with 12 additions and 8 deletions

View File

@@ -17,9 +17,6 @@ services:
- { name: console.command }
Chill\MainBundle\Command\LoadAndUpdateLanguagesCommand:
arguments:
$entityManager: '@doctrine.orm.entity_manager'
$availableLanguages: '%chill_main.available_languages%'
tags:
- { name: console.command }