Skip to content

Commit

Permalink
EZP-30819: Removed deprecated controller references from routes defin…
Browse files Browse the repository at this point in the history
…itions (#2725)
  • Loading branch information
adamwojs authored and lserwatka committed Aug 8, 2019
1 parent 120cb93 commit 3ba77f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ _ezpublishLocation:
_ez_content_view_redirect:
path: /view/content/{contentId}/{language}/{viewType}/{layout}/{locationId}
defaults:
_controller: "FrameworkBundle:Redirect:redirect"
_controller: 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController::redirectAction'
route: _ez_content_view
permanent: true
ignoreAttributes: [language]
Expand Down

0 comments on commit 3ba77f5

Please sign in to comment.