Skip to content

Commit f1a4448

Browse files
committed
Mark repository manager as private
1 parent 94134c3 commit f1a4448

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG-6.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ in 6.0 versions.
4444
- `PRE_FETCH_OBJECTS` => `FOS\ElasticaBundle\Persister\Event\PreFetchObjectsEvent`
4545
* **[BC break]** Renamed `FOS\ElasticaBundle\Persister\Event\OnExceptionEvent::setIgnore()` to `FOS\ElasticaBundle\Persister\Event\OnExceptionEvent::setIgnored()`.
4646
* **[BC break]** Marked all `fos_elastica.manager` services as private.
47+
* **[BC break]** Marked the `fos_elastica.repository_manager` service as private.

src/Resources/config/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
66

77
<services>
8-
<service id="fos_elastica.repository_manager" class="FOS\ElasticaBundle\Manager\RepositoryManager" public="true" />
8+
<service id="fos_elastica.repository_manager" class="FOS\ElasticaBundle\Manager\RepositoryManager" />
99

1010
<service id="fos_elastica.alias_processor" class="FOS\ElasticaBundle\Index\AliasProcessor" />
1111

0 commit comments

Comments
 (0)