You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was merged into the master branch.
Discussion
----------
[FrameworkBundle] Added comment about http_method_override and HttpCache
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #8481
| License | MIT
| Doc PR | n/a
Commits
-------
52d2bdd Added comment about http_method_override and HttpCache
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ public function getConfigTreeBuilder()
36
36
->children()
37
37
->scalarNode('secret')->end()
38
38
->scalarNode('http_method_override')
39
-
->info("Set true to enable support for the '_method' request parameter to determine the intended HTTP method on POST requests.")
39
+
->info("Set true to enable support for the '_method' request parameter to determine the intended HTTP method on POST requests. Note: When using the HttpCache, you need to call the method in your front controller instead")
0 commit comments