chill-bundles/config/services/timeline.yaml

11 lines
355 B
YAML

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