make timeline & paginator service private

This commit is contained in:
2020-07-28 13:11:12 +02:00
parent 5245d9971e
commit d53e6b57a4
2 changed files with 28 additions and 10 deletions

View File

@@ -11,6 +11,8 @@ services:
Chill\PersonBundle\Controller\TimelinePersonController:
arguments:
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
$timelineBuilder: '@chill_main.timeline_builder'
$paginatorFactory: '@chill_main.paginator_factory'
tags: ['controller.service_arguments']
Chill\PersonBundle\Controller\AccompanyingPeriodController: