mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
add and display events in history timeline
This commit is contained in:
9
Resources/config/services/timeline.yml
Normal file
9
Resources/config/services/timeline.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
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' }
|
Reference in New Issue
Block a user