Skip to content

Commit fa6f4fd

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: explicitly set the HTTP method override option to false
2 parents b42027b + 8b96961 commit fa6f4fd

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/rate_limiter.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd
77
http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd">
88

9-
<framework:config>
9+
<framework:config http-method-override="false">
1010
<framework:rate-limiter>
1111
<framework:limiter
1212
name="sliding_window"

0 commit comments

Comments
 (0)