Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
Service used before local service binding (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
kunicmarko20 committed Apr 24, 2018
1 parent 72ed7e0 commit b6b0325
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Resources/config/reader.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<service id="sonata.annotation.reader.dashboard_action" class="KunicMarko\SonataAnnotationBundle\Reader\DashboardActionReader" />
<service id="sonata.annotation.reader.export" class="KunicMarko\SonataAnnotationBundle\Reader\ExportReader" />
<service id="sonata.annotation.reader.datagrid_values" class="KunicMarko\SonataAnnotationBundle\Reader\DatagridValuesReader" />
<service id="sonata.annotation.reader.add_child" class="KunicMarko\SonataAnnotationBundle\Reader\AddChildReader"/>
<service id="sonata.annotation.reader.add_child" class="KunicMarko\SonataAnnotationBundle\Reader\AddChildReader">
<argument type="service" id="annotation_reader" />
</service>
</services>
</container>

0 comments on commit b6b0325

Please sign in to comment.