10 lines
334 B
YAML

services:
chill.event.timeline:
class: Chill\EventBundle\Timeline\TimelineEventProvider
arguments:
- '@doctrine.orm.entity_manager'
- '@chill.main.security.authorization.helper'
- '@security.token_storage'
tags:
- { name: chill.timeline, context: 'person' }