diff --git a/Resources/config/services/timeline.yml b/Resources/config/services/timeline.yml index 44efe2205..7a8eb366d 100644 --- a/Resources/config/services/timeline.yml +++ b/Resources/config/services/timeline.yml @@ -5,5 +5,6 @@ services: - '@doctrine.orm.entity_manager' - '@chill.main.security.authorization.helper' - '@security.token_storage' + public: true tags: - { name: chill.timeline, context: 'person' }