Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mapbender/data-source
Browse files Browse the repository at this point in the history
  • Loading branch information
frwg committed Nov 11, 2019
2 parents a7b9dad + 138dc75 commit 3ac88a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<services>
<service class="Mapbender\DataSourceBundle\Component\DataStoreService" id="data.source">
<argument type="service" id="service_container"/>
<argument key="declarationPath">dataStores</argument>
<argument>dataStores</argument><!-- declaration path -->
</service>
<service class="Mapbender\DataSourceBundle\Component\FeatureTypeService" id="features">
<argument type="service" id="service_container"/>
<argument key="declarationPath">featureTypes</argument>
<argument>featureTypes</argument><!-- declaration path -->
</service>
</services>
</container>
</container>

0 comments on commit 3ac88a1

Please sign in to comment.