From 9cccf86f92eca27c92e92f05068866c9e59dfdb0 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.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/config/services.yml b/Resources/config/services.yml index fc3b65faf..9ef22f43f 100644 --- a/Resources/config/services.yml +++ b/Resources/config/services.yml @@ -22,5 +22,6 @@ services: - '@doctrine.orm.entity_manager' - '@chill.main.security.authorization.helper' - '@security.token_storage' + public: true tags: - { name: chill.timeline, context: 'person' }