Skip to content

Commit

Permalink
fix: correct route syntax for compatibility with sf6
Browse files Browse the repository at this point in the history
  • Loading branch information
delyriand committed Jan 30, 2024
1 parent 078f73a commit b03863e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resources/config/routing/admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ setono_sylius_feed_admin_feed_show:
path: /feeds/{id}
methods: [GET]
defaults:
_controller: setono_sylius_feed.controller.feed:showAction
_controller: setono_sylius_feed.controller.feed::showAction
_sylius:
section: admin
permission: true
Expand All @@ -33,7 +33,7 @@ setono_sylius_feed_admin_feed_violations_index:
path: /feeds/{id}/violations
methods: [GET]
defaults:
_controller: setono_sylius_feed.controller.violation:indexAction
_controller: setono_sylius_feed.controller.violation::indexAction
_sylius:
vars:
route:
Expand Down

0 comments on commit b03863e

Please sign in to comment.