Skip to content

Commit

Permalink
Adding missing container filter definition.
Browse files Browse the repository at this point in the history
Closes #49.
  • Loading branch information
rdohms committed May 7, 2014
1 parent 9f7fc5f commit 942fa9e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/DMS/Bundle/FilterBundle/Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,8 @@ services:
arguments:
- @dms.filter.mapping.factory
- @dms.filter.container_loader

dms.filter.container_filter:
class: DMS\Bundle\FilterBundle\Filter\ContainerFilter
calls:
- [setContainer, [@service_container]]

0 comments on commit 942fa9e

Please sign in to comment.