sf4 deprecated: timeline builder was private service

This commit is contained in:
Tchama 2020-07-27 13:50:23 +02:00
parent 7ae24da907
commit 43dedaf96b

View File

@ -16,6 +16,7 @@ services:
class: Chill\PersonBundle\Timeline\TimelineAccompanyingPeriodOpening
arguments:
- "@doctrine.orm.entity_manager"
public: true
tags:
- { name: chill.timeline, context: 'person' }
@ -23,6 +24,7 @@ services:
class: Chill\PersonBundle\Timeline\TimelineAccompanyingPeriodClosing
arguments:
- "@doctrine.orm.entity_manager"
public: true
tags:
- { name: chill.timeline, context: 'person' }