Skip to content

Commit

Permalink
Merge pull request #43 from lruozzi9/master
Browse files Browse the repository at this point in the history
Update SyliusBundle dot notation
  • Loading branch information
loevgaard authored Mar 24, 2021
2 parents 93c876e + 2684f47 commit 7e5956c
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 @@ -2,7 +2,7 @@ setono_sylius_feed_admin_feed:
resource: |
alias: setono_sylius_feed.feed
section: admin
templates: SyliusAdminBundle:Crud
templates: '@SyliusAdmin/Crud'
redirect: show
grid: setono_sylius_feed_admin_feed
vars:
Expand Down Expand Up @@ -38,7 +38,7 @@ setono_sylius_feed_admin_feed_violations_index:
route:
parameters:
id: $id
template: SyliusAdminBundle:Crud:index.html.twig
template: '@SyliusAdmin/Crud/index.html.twig'
grid: setono_sylius_feed_admin_violation
section: admin
permission: true

0 comments on commit 7e5956c

Please sign in to comment.