8000 merged branch kbond/patch-1 (PR #9013) · symfony/symfony@af20ad5 · GitHub
[go: up one dir, main page]

Skip to content

Commit af20ad5

Browse files
committed
merged branch kbond/patch-1 (PR #9013)
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
2 parents 5b71e61 + 52d2bdd commit af20ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function getConfigTreeBuilder()
3636
->children()
3737
->scalarNode('secret')->end()
3838
->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")
4040
->defaultTrue()
4141
->end()
4242
->arrayNode('trusted_proxies')

0 commit comments

Comments
 (0)
0