From 5cfe31fa28bc1ccb26098d558c8e061d91a05f7a Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Tue, 25 Jul 2023 16:40:39 +0200 Subject: [PATCH] Remove http_method_override setting from recipe (#1225) --- symfony/framework-bundle/7.0/config/packages/framework.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/symfony/framework-bundle/7.0/config/packages/framework.yaml b/symfony/framework-bundle/7.0/config/packages/framework.yaml index 6d85c295..03409f0d 100644 --- a/symfony/framework-bundle/7.0/config/packages/framework.yaml +++ b/symfony/framework-bundle/7.0/config/packages/framework.yaml @@ -2,7 +2,6 @@ framework: secret: '%env(APP_SECRET)%' #csrf_protection: true - http_method_override: false handle_all_throwables: true # Enables session support. Note that the session will ONLY be started if you read or write from it.