Skip to content

Commit

Permalink
Merge pull request #50 from JordiDekker/master
Browse files Browse the repository at this point in the history
Add missing colon in admin page update route
  • Loading branch information
maximehuran authored Apr 26, 2023
2 parents e64d394 + fd2f2eb commit 3cbcfd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/routing/admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ monsieurbiz_cms_page_admin_page_update:
path: /pages/{id}/edit
methods: [GET, PUT, PATCH]
defaults:
_controller: monsieurbiz_cms_page.controller.page:updateAction
_controller: monsieurbiz_cms_page.controller.page::updateAction
_sylius:
section: admin
permission: true
Expand Down

0 comments on commit 3cbcfd1

Please sign in to comment.