Skip to content

Commit 4a06796

Browse files
committed
Merge branch '5.0'
* 5.0: [FrameworkBundle][Routing] Removed context in template route config example
2 parents e773e15 + 48410b7 commit 4a06796

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,8 @@ Rendering a Template Directly from a Route
458458

459459
Although templates are usually rendered in controllers and services, you can
460460
render static pages that don't need any variables directly from the route
461-
definition. Use the special ``TemplateController`` provided by Symfony:
461+
definition. Use the special :class:`Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController`
462+
provided by Symfony:
462463

463464
.. configuration-block::
464465

0 commit comments

Comments
 (0)