Skip to content

Commit

Permalink
Fix redirect import for symfony 6.x (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-rath authored Oct 19, 2022
1 parent 419d538 commit ea6267e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/routing.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sulu_redirect.import:
path: /import
defaults: { _controller: sulu_redirect.controller.import:postAction }
defaults: { _controller: sulu_redirect.controller.import::postAction }
options:
expose: true

0 comments on commit ea6267e

Please sign in to comment.