Good Center - Circle suggested

This commit is contained in:
Marc Ducobu
2016-03-23 18:19:48 +01:00
parent 888bcad81a
commit 4fe31185df
4 changed files with 103 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 }