Activate translation bundle only in dev mode.

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

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 => ['all' => true],
Translation\Bundle\TranslationBundle::class => ['dev' => true],
];