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 @@ -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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments