From f24b8470ebae8fe3f4b004d9d9b7c52815bd9504 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Tue, 18 Oct 2022 17:34:57 +0200 Subject: [PATCH] Rename to handle_all_throwables --- symfony/framework-bundle/6.2/config/packages/framework.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/framework-bundle/6.2/config/packages/framework.yaml b/symfony/framework-bundle/6.2/config/packages/framework.yaml index 04828647..6d85c295 100644 --- a/symfony/framework-bundle/6.2/config/packages/framework.yaml +++ b/symfony/framework-bundle/6.2/config/packages/framework.yaml @@ -3,7 +3,7 @@ framework: secret: '%env(APP_SECRET)%' #csrf_protection: true http_method_override: false - catch_all_throwables: true + handle_all_throwables: true # Enables session support. Note that the session will ONLY be started if you read or write from it. # Remove or comment this section to explicitly disable session support.