Remove http_method_override setting from recipe (#1225)

This commit is contained in:
Alexander M. Turek
2023-07-25 16:40:39 +02:00
committed by GitHub
parent dc03e6b23f
commit 5cfe31fa28
@@ -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.