inject PaginatorFactory in constructor (omit)

This commit is contained in:
2020-09-10 12:02:51 +02:00
parent 0affc534c5
commit 609a277f03
2 changed files with 1 additions and 1 deletions

View File

@@ -3,4 +3,5 @@ services:
arguments:
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
$authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper'
$paginator: '@Chill\MainBundle\Pagination\PaginatorFactory'
tags: ['controller.service_arguments']