Skip to content

Commit 92542e8

Browse files
committed
Fix fos_elastica.paginator.subscriber to be public
1 parent c92c121 commit 92542e8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG-5.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ in 5.0 versions.
88

99
* Fixed Doctrine registry in `MongoDB` and `PHPCR` pager providers.
1010
* Unset options of new provider API when an old one is used.
11+
* Fixed `fos_elastica.paginator.subscriber` service to be public
1112

1213
### 5.0.1 (2017-12-20)
1314

src/Resources/config/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<argument type="service" id="fos_elastica.logger" />
3232
</service>
3333

34-
<service id="fos_elastica.paginator.subscriber" class="FOS\ElasticaBundle\Subscriber\PaginateElasticaQuerySubscriber">
34+
<service id="fos_elastica.paginator.subscriber" class="FOS\ElasticaBundle\Subscriber\PaginateElasticaQuerySubscriber" public="true">
3535
<tag name="knp_paginator.subscriber" />
3636
<argument type="service" id="request_stack" />
3737
</service>

0 commit comments

Comments
 (0)