fix error with getInt() and inject PaginatorFactory service in EventController

This commit is contained in:
2020-08-04 12:23:10 +02:00
parent d4948b176f
commit 7730f732ed
4 changed files with 18 additions and 13 deletions

View File

@@ -1,4 +1,2 @@
services:
Chill\EventBundle\:
resource: '../../*'
exclude: '../../{Entity,Resources/migrations,Resources/test}'

View File

@@ -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