8000 minor #7600 Update framework.rst (atailouloute) · damienalexandre/symfony-docs@46f9587 · GitHub
[go: up one dir, main page]

Skip to content

Commit 46f9587

Browse files
committed
minor symfony#7600 Update framework.rst (atailouloute)
This PR was merged into the 2.7 branch. Discussion ---------- Update framework.rst Commits ------- 1bfb932 Update framework.rst
2 parents eef7f95 + 1bfb932 commit 46f9587

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/configuration/framework.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -349,10 +349,10 @@ respond and the user will receive a 500 response.
349349
http://symfony.com/schema/dic/symfony http://symfony.com/schema/dic/symfony/symfony-1.0.xsd">
350350
351351
<framework:config>
352-
<trusted-host>example.com</trusted-host>
353-
<trusted-host>example.org</trusted-host>
352+
<framework:trusted-host>example.com</framework:trusted-host>
353+
<framework:trusted-host>example.org</framework:trusted-host>
354354
<!-- ... -->
355-
</framework>
355+
</framework:config>
356356
</container>
357357
358358
.. code-block:: php

0 commit comments

Comments
 (0)
0