Skip to content

Commit

Permalink
Fixed: Added missing SortableListener #11
Browse files Browse the repository at this point in the history
  • Loading branch information
mishak87 committed Sep 7, 2015
1 parent e8cc433 commit 4741729
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Rixxi/Gedmo/DI/config/gedmo.neon
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,10 @@ services:
- setAnnotationReader(@Doctrine\Common\Annotations\Reader)
tags: [kdyby.subscriber]
autowired: no

sortable:
class: Gedmo\Sortable\SortableListener
setup:
- setAnnotationReader(@Doctrine\Common\Annotations\Reader)
tags: [kdyby.subscriber]
autowired: no

0 comments on commit 4741729

Please sign in to comment.