remove reference to delete entity - clean code

refs #259
This commit is contained in:
Julien Fastré 2015-01-22 10:26:43 +01:00
parent 3707b08aee
commit 0d3f48ef32

View File

@ -54,13 +54,6 @@ services:
tags:
- { name: 'chill.custom_field', type: 'choice' }
chill.custom_field.address:
class: Chill\CustomFieldsBundle\CustomFields\CustomFieldAddress
arguments:
- "@doctrine.orm.entity_manager"
tags:
- { name: 'chill.custom_field', type: 'address' }
chill.custom_field.custom_fields_title_type:
class: Chill\CustomFieldsBundle\Form\Type\CustomFieldsTitleType
tags: