Commit 3c5e0bbe authored by Fabien Potencier's avatar Fabien Potencier

Merge branch '1.1'

* 1.1:
  Update twig.rst SymfonyBridgesServiceProvider
parents bedb9895 33da608a
...@@ -118,7 +118,7 @@ from a template: ...@@ -118,7 +118,7 @@ from a template:
{{ render(app.request.baseUrl ~ '/sidebar') }} {{ render(app.request.baseUrl ~ '/sidebar') }}
{# or if you are also using UrlGeneratorServiceProvider with the SymfonyBridgesServiceProvider #} {# or if you are also using the UrlGeneratorServiceProvider #}
{{ render(url('sidebar')) }} {{ render(url('sidebar')) }}
.. note:: .. note::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment