mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 16:13:50 +00:00
rename service name chill.custom_field_compiler to chill.custom_field.provider
This commit is contained in:
@@ -7,7 +7,7 @@ services:
|
||||
tags:
|
||||
- { name: routing.loader }
|
||||
|
||||
chill.custom_field_compiler:
|
||||
chill.custom_field.provider:
|
||||
class: Chill\CustomFieldsBundle\Service\CustomFieldProvider
|
||||
call:
|
||||
- [setContainer, ["@service_container"]]
|
||||
@@ -15,7 +15,7 @@ services:
|
||||
chill.custom_field.custom_field_choice_type:
|
||||
class: Chill\CustomFieldsBundle\Form\CustomFieldType
|
||||
arguments:
|
||||
- "@chill.custom_field_compiler"
|
||||
- "@chill.custom_field.provider"
|
||||
|
||||
tags:
|
||||
- { name: 'form.type', alias: 'custom_field_choice' }
|
||||
@@ -32,7 +32,7 @@ services:
|
||||
class: Chill\CustomFieldsBundle\Form\Type\CustomFieldType
|
||||
arguments:
|
||||
- "@doctrine.orm.entity_manager"
|
||||
- "@chill.custom_field_compiler"
|
||||
- "@chill.custom_field.provider"
|
||||
tags:
|
||||
- { name: 'form.type', alias: 'custom_field' }
|
||||
|
||||
|
Reference in New Issue
Block a user