From 46b6074071504eab846549deeb8458e7cebcc897 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Wed, 24 Sep 2025 20:07:46 +0200 Subject: [PATCH] Remove legacy twig.exception_controller option --- config/packages/twig.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/packages/twig.yaml b/config/packages/twig.yaml index 6403e6a..d1582a2 100644 --- a/config/packages/twig.yaml +++ b/config/packages/twig.yaml @@ -2,4 +2,3 @@ twig: default_path: '%kernel.project_dir%/templates' debug: '%kernel.debug%' strict_variables: '%kernel.debug%' - exception_controller: null