Commit 8f27b226 authored by mbutkereit's avatar mbutkereit Committed by Fabien Potencier

Update twig.rst SymfonyBridgesServiceProvider

Changelog:
2012-05-26: Removed SymfonyBridgesServiceProvider. It is now implicit by checking the existence of the bridge.
parent 43760a43
......@@ -118,7 +118,7 @@ from a template:
{{ 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')) }}
.. 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