Merge remote-tracking branch 'origin/master'

This commit is contained in:
2016-03-23 23:17:33 +01:00
4 changed files with 101 additions and 13 deletions

View File

@@ -1,7 +1,16 @@
services:
chill_event.form.event_type_type:
chill.event.form.type.translatable_event_type:
class: Chill\EventBundle\Form\Type\TranslatableEventType
arguments:
- "@chill.main.helper.translatable_string"
tags:
- { name: form.type }
chill.event.form.event_type_test:
class: Chill\EventBundle\Form\EventType
arguments:
- "@security.token_storage"
- "@chill.main.security.authorization.helper"
- "@chill.main.helper.translatable_string"
tags:
- { name: form.type }