From 415ad5dd211f9e5bcef27618f0d9a800205ca405 Mon Sep 17 00:00:00 2001 From: Tchama Date: Mon, 27 Jul 2020 13:50:23 +0200 Subject: [PATCH] sf4 deprecated: timeline builder was private service --- Resources/config/services/timeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/config/services/timeline.yml b/Resources/config/services/timeline.yml index b00dd4ca7..d6ca33606 100644 --- a/Resources/config/services/timeline.yml +++ b/Resources/config/services/timeline.yml @@ -5,6 +5,7 @@ services: $registry: '@Symfony\Component\Workflow\Registry' $authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper' $tokenStorage: '@Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface' + public: true tags: - { name: 'chill.timeline', context: 'person' }