make timeline & paginator service private

This commit is contained in:
2020-07-28 13:11:23 +02:00
parent ba7abaebf5
commit 1fa01474d8
2 changed files with 14 additions and 3 deletions

View File

@@ -6,4 +6,5 @@ services:
Chill\TaskBundle\Controller\SingleTaskController:
arguments:
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
$timelineBuilder: '@chill_main.timeline_builder'
tags: ['controller.service_arguments']