mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-20 01:04:23 +00:00
11 lines
355 B
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' }
|