mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
Remove http_method_override setting from recipe (#1225)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user