Skip to content

Commit 75b293b

Browse files
committed
Mark index template config manager service as private
1 parent 36bd357 commit 75b293b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/config/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</service>
2525
<service id="FOS\ElasticaBundle\Configuration\ConfigManager" alias="fos_elastica.config_manager" />
2626

27-
<service id="fos_elastica.config_manager.index_templates" class="FOS\ElasticaBundle\Configuration\ConfigManager" public="true">
27+
<service id="fos_elastica.config_manager.index_templates" class="FOS\ElasticaBundle\Configuration\ConfigManager">
2828
<argument type="collection" /> <!-- collection of SourceInterface services -->
2929
</service>
3030

0 commit comments

Comments
 (0)