Commit 33da608a authored by Fabien Potencier's avatar Fabien Potencier

minor #903 Update twig.rst SymfonyBridgesServiceProvider (mbutkereit)

This PR was submitted for the 1.1.x-dev branch but it was merged into the 1.1 branch instead (closes #903).

Discussion
----------

Update twig.rst SymfonyBridgesServiceProvider

Changelog:
2012-05-26: Removed SymfonyBridgesServiceProvider. It is now implicit by checking the existence of the bridge.

Commits
-------

b8d68e7 Update twig.rst SymfonyBridgesServiceProvider
parents 43760a43 8f27b226
......@@ -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