Commit 90f24072 authored by Douglas Greenshields's avatar Douglas Greenshields

added mention of SymfonyBridgesServiceProvider to example of using path() Twig function

parent 91c77199
......@@ -80,7 +80,7 @@ from a template:
{{ render('/sidebar') }}
{# or if you are also using UrlGeneratorServiceProvider #}
{# or if you are also using UrlGeneratorServiceProvider with the SymfonyBridgesServiceProvider #}
{{ render(path('sidebar')) }}
For more information, check out the `Twig documentation
......
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