From fa4f3aadd608490df903a54a8907e23dd5e34f55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 23 Nov 2019 15:14:16 +0100 Subject: [PATCH] Fixed deprecation related to exception_controller. --- config/packages/twig.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/packages/twig.yaml b/config/packages/twig.yaml index e19beb18..db54b6eb 100644 --- a/config/packages/twig.yaml +++ b/config/packages/twig.yaml @@ -3,6 +3,7 @@ twig: debug: '%kernel.debug%' strict_variables: '%kernel.debug%' form_themes: ['bootstrap_4_horizontal_layout.html.twig', 'Form/extendedBootstrap4_layout.html.twig', 'Form/permissionLayout.html.twig' ] + exception_controller: ~ globals: partdb_title: '%partdb_title%'