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' }