Skip to content

Commit

Permalink
Merge pull request #12 from rixxi/sortable
Browse files Browse the repository at this point in the history
Fixed: Added missing SortableListener #11
  • Loading branch information
mishak87 committed Sep 9, 2015
2 parents e8cc433 + 4741729 commit 8c3ef4b
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 8c3ef4b

Please sign in to comment.