add fixtures into timeline

This commit is contained in:
2015-07-05 11:17:01 +02:00
parent 9927be9e2f
commit c4b2bfa8ff
5 changed files with 270 additions and 1 deletions

View File

@@ -35,4 +35,14 @@ services:
arguments:
- "@chill.main.security.authorization.helper"
tags:
- { name: security.voter }
- { name: security.voter }
chill.activity.timeline:
class: Chill\ActivityBundle\Timeline\TimelineActivityProvider
arguments:
- '@doctrine.orm.entity_manager'
- '@chill.main.security.authorization.helper'
- '@security.token_storage'
tags:
- { name: chill.timeline, context: 'person' }