do not translate choices of model type

This commit is contained in:
Gregor Harlan 2015-08-10 15:01:41 +02:00
parent 0852bf835e
commit 32e2aa4ea8

View file

@ -96,6 +96,7 @@ class ModelType extends AbstractType
'group_by' => null,
'by_reference' => false,
'index_property' => null,
'choice_translation_domain' => false,
));
}