Skip to content

Commit 131916c

Browse files
committed
Remove some XML configuration example
1 parent 83afb68 commit 131916c

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

reference/configuration/framework.rst

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1804,25 +1804,6 @@ set to a specific list of methods, only those methods will be allowed as overrid
18041804
# Only allow PUT, PATCH, and DELETE to be overridden
18051805
allowed_http_method_override: ['PUT', 'PATCH', 'DELETE']
18061806
1807-
.. code-block:: xml
1808-
1809-
<!-- config/packages/framework.xml -->
1810-
<?xml version="1.0" encoding="UTF-8" ?>
1811-
<container xmlns="http://symfony.com/schema/dic/services"
1812-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1813-
xmlns:framework="http://symfony.com/schema/dic/symfony"
1814-
xsi:schemaLocation="http://symfony.com/schema/dic/services
1815-
https://symfony.com/schema/dic/services/services-1.0.xsd
1816-
http://symfony.com/schema/dic/symfony
1817-
https://symfony.com/schema/dic/symfony/symfony-1.0.xsd">
1818-
1819-
<framework:config http-method-override="true">
1820-
<framework:allowed-http-method-override>PUT</framework:allowed-http-method-override>
1821-
<framework:allowed-http-method-override>PATCH</framework:allowed-http-method-override>
1822-
<framework:allowed-http-method-override>DELETE</framework:allowed-http-method-override>
1823-
</framework:config>
1824-
</container>
1825-
18261807
.. code-block:: php
18271808
18281809
// config/packages/framework.php

0 commit comments

Comments
 (0)