remove unused locale and request stack

The locale resolving is delegated to TranslatableStringHelper
This commit is contained in:
2016-03-21 00:00:58 +01:00
parent 9bf7b4ac60
commit b97a550e2b
2 changed files with 0 additions and 10 deletions

View File

@@ -61,7 +61,6 @@ services:
chill.custom_field.choice:
class: Chill\CustomFieldsBundle\CustomFields\CustomFieldChoice
arguments:
- "@request_stack"
- "@translator.default"
- "@templating"
- "@chill.main.helper.translatable_string"