mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-03 07:26:12 +00:00
Refactoring removing useless linereturn
This commit is contained in:
parent
d819ff0ba1
commit
b9f2877705
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user