We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93274ab commit c7588e8Copy full SHA for c7588e8
routing.rst
@@ -1388,7 +1388,7 @@ Use the ``RedirectController`` to redirect to other routes and URLs:
1388
->controller(RedirectController::class)
1389
->defaults([
1390
'route' => 'doc_page',
1391
- // optionally you can define some arguments passed to the template
+ // optionally you can define some arguments passed to the route
1392
'page' => 'index',
1393
'version' => 'current',
1394
// redirections are temporary by default (code 302) but you can make them permanent (code 301)
0 commit comments