Refactoring removing useless linereturn

This commit is contained in:
Marc Ducobu 2014-11-11 14:34:52 +01:00
parent d819ff0ba1
commit b9f2877705

View File

@ -70,13 +70,13 @@ services:
- "@request_stack" - "@request_stack"
tags: tags:
- { name: 'chill.custom_field', type: 'title' } - { name: 'chill.custom_field', type: 'title' }
chill.custom_field.helper: chill.custom_field.helper:
class: Chill\CustomFieldsBundle\Service\CustomFieldsHelper class: Chill\CustomFieldsBundle\Service\CustomFieldsHelper
arguments: arguments:
- "@doctrine.orm.entity_manager" - "@doctrine.orm.entity_manager"
- "@chill.custom_field.provider" - "@chill.custom_field.provider"
chill.custom_field.twig.custom_fields_rendering: chill.custom_field.twig.custom_fields_rendering:
class: Chill\CustomFieldsBundle\Templating\Twig\CustomFieldRenderingTwig class: Chill\CustomFieldsBundle\Templating\Twig\CustomFieldRenderingTwig
calls: calls: