Revert "Activate translation bundle only in dev mode."

This reverts commit b6048436da.
This commit is contained in:
Jan Böhmer 2019-03-18 19:12:15 +01:00
parent b6048436da
commit 5b2397830f

View file

@ -18,5 +18,5 @@ return [
Omines\DataTablesBundle\DataTablesBundle::class => ['all' => true],
Shivas\VersioningBundle\ShivasVersioningBundle::class => ['all' => true],
FOS\CKEditorBundle\FOSCKEditorBundle::class => ['all' => true],
Translation\Bundle\TranslationBundle::class => ['dev' => true],
Translation\Bundle\TranslationBundle::class => ['all' => true],
];