Skip to content

Commit a8d613f

Browse files
authored
Merge pull request #293 from stefandoorn/patch-3
Remove empty argument
2 parents 89bd21a + 3b52446 commit a8d613f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/Resources/config/routing/shop

src/Resources/config/routing/shop/page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ bitbag_sylius_cms_plugin_shop_page_index_by_section_code:
3838
arguments:
3939
- $sectionCode
4040
- "expr:service('sylius.context.locale').getLocaleCode()"
41-
-
41+
4242
bitbag_sylius_cms_plugin_shop_page_index_by_section_code_no_grid:
4343
path: /pages/{sectionCode}/no-grid
4444
methods: [GET]

0 commit comments

Comments
 (0)