From 5b2397830f61f5c1762ed75fd2b2c697b4efc092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Mon, 18 Mar 2019 19:12:15 +0100 Subject: [PATCH] Revert "Activate translation bundle only in dev mode." This reverts commit b6048436dafea4a2388a802f40f220cf0c577f03. --- config/bundles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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], ];