Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cookbook/routing/redirect_in_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ action to redirect to this new url:
root:
path: /
defaults:
_controller: FrameworkBundle:Redirect:urlRedirect
_controller: 'FrameworkBundle:Redirect:urlRedirect'
path: /app
permanent: true

Expand Down Expand Up @@ -112,7 +112,7 @@ action:
root:
path: /wp-admin
defaults:
_controller: FrameworkBundle:Redirect:redirect
_controller: 'FrameworkBundle:Redirect:redirect'
route: sonata_admin_dashboard
permanent: true

Expand Down