mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 05:44:58 +00:00
fix error with getInt() and inject PaginatorFactory service in EventController
This commit is contained in:
@@ -1,4 +1,2 @@
|
||||
services:
|
||||
Chill\EventBundle\:
|
||||
resource: '../../*'
|
||||
exclude: '../../{Entity,Resources/migrations,Resources/test}'
|
||||
|
||||
|
@@ -6,5 +6,6 @@ services:
|
||||
$authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper'
|
||||
$formFactoryInterface: '@Symfony\Component\Form\FormFactoryInterface'
|
||||
$translator: '@Symfony\Component\Translation\TranslatorInterface'
|
||||
$paginator: '@chill_main.paginator_factory'
|
||||
public: true
|
||||
|
||||
|
Reference in New Issue
Block a user