mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
fix sf4 deprecated: set paginator as public service
This commit is contained in:
parent
f394283531
commit
0db13ef9bb
@ -1,6 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
chill_main.paginator_factory:
|
chill_main.paginator_factory:
|
||||||
class: Chill\MainBundle\Pagination\PaginatorFactory
|
class: Chill\MainBundle\Pagination\PaginatorFactory
|
||||||
|
public: true # TODO sf4 check if service is public or if container is must be loaded via __constuct
|
||||||
arguments:
|
arguments:
|
||||||
- "@request_stack"
|
- "@request_stack"
|
||||||
- "@router"
|
- "@router"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user