From 0d3f48ef3252c6bba92c9300494f8caccbfc5f22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 22 Jan 2015 10:26:43 +0100 Subject: [PATCH] remove reference to delete entity - clean code refs #259 --- Resources/config/services.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Resources/config/services.yml b/Resources/config/services.yml index 35fd5a583..55fd134c7 100644 --- a/Resources/config/services.yml +++ b/Resources/config/services.yml @@ -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: