Skip to content

Commit

Permalink
minor symfony#7662 Update request_context.rst (krlove)
Browse files Browse the repository at this point in the history
This PR was submitted for the 3.2 branch but it was merged into the 2.7 branch instead (closes symfony#7662).

Discussion
----------

Update request_context.rst

Commits
-------

d445612 Update request_context.rst
  • Loading branch information
xabbuh committed Apr 1, 2017
2 parents 4d9db01 + d445612 commit f3eaa80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/request_context.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ will override the defaults.
.. code-block:: php
// app/config/config_test.php
// app/config/parameters.php
$container->setParameter('router.request_context.host', 'example.org');
$container->setParameter('router.request_context.scheme', 'https');
$container->setParameter('router.request_context.base_url', 'my/path');
Expand Down

0 comments on commit f3eaa80

Please sign in to comment.