mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 08:33:49 +00:00
Refactoring removing useless linereturn
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user