Skip to content

Commit

Permalink
Merge pull request #163 from rvanlaak/patch-1
Browse files Browse the repository at this point in the history
Fix routing pattern deprecation
  • Loading branch information
DavidBadura committed Nov 27, 2015
2 parents 86c5d0c + c1d25d9 commit 26134f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SimpleThings/EntityAudit/Resources/config/routing.yml
Expand Up @@ -26,7 +26,7 @@ simple_things_entity_audit_viewentity:
_controller: SimpleThingsEntityAuditBundle:Audit:viewEntity

simple_things_entity_audit_compare:
pattern: /compare/{className}/{id}/{oldRev}/{newRev}
path: /compare/{className}/{id}/{oldRev}/{newRev}
defaults:
_controller: SimpleThingsEntityAuditBundle:Audit:compare
oldRev: ~
Expand Down

0 comments on commit 26134f5

Please sign in to comment.