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.
2 parents a28033d + b210990 commit 1dd9535Copy full SHA for 1dd9535
routing.rst
@@ -1374,7 +1374,7 @@ Use the ``RedirectController`` to redirect to other routes and URLs:
1374
->controller(RedirectController::class)
1375
->defaults([
1376
'route' => 'doc_page',
1377
- // optionally you can define some arguments passed to the template
+ // optionally you can define some arguments passed to the route
1378
'page' => 'index',
1379
'version' => 'current',
1380
// redirections are temporary by default (code 302) but you can make them permanent (code 301)
0 commit comments