diff --git a/config/bundles.php b/config/bundles.php index 1d8d3d98..1b1310cc 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -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], ];