File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ in 6.0 versions.
1414* ** [ BC break] ** Marked the ` fos_elastica.config_manager ` service as private.
1515* ** [ BC break] ** Marked the ` fos_elastica.filter_objects_listener ` service as private.
1616* ** [ BC break] ** Marked the ` fos_elastica.finder ` abstract service and all its children as private.
17+ * ** [ BC break] ** Marked the ` fos_elastica.index_template_manager ` service as private.
1718* ** [ BC break] ** Marked the ` fos_elastica.resetter ` service as private.
1819* ** [ BC break] ** Marked the ` fos_elastica.template_resetter ` service as private.
1920* ** [ BC break] ** The configuration option ` debug_logging ` must be a boolean instead of a scalar value.
Original file line number Diff line number Diff line change 2929 </service >
3030 <service id =" FOS\ElasticaBundle\Index\IndexManager" alias =" fos_elastica.index_manager" />
3131
32- <service id =" fos_elastica.index_template_manager" class =" FOS\ElasticaBundle\Index\IndexTemplateManager" public = " true " >
32+ <service id =" fos_elastica.index_template_manager" class =" FOS\ElasticaBundle\Index\IndexTemplateManager" >
3333 <argument /> <!-- indexes templates -->
3434 </service >
3535 <service id =" FOS\ElasticaBundle\Index\IndexTemplateManager" alias =" fos_elastica.index_template_manager" />
You can’t perform that action at this time.
0 commit comments