Removed reference to Symfony\Component\Form\Extension\Core\Type\FormType in form.xml

This commit is contained in:
Daniele Cesarini 2013-05-29 09:13:20 +02:00 committed by Fabien Potencier
parent 42b0fe4e35
commit 0bd9d2c849
1 changed files with 0 additions and 3 deletions

View File

@ -58,9 +58,6 @@
<service id="property_accessor" class="%property_accessor.class%" />
<!-- CoreExtension -->
<service id="form.type.field" class="Symfony\Component\Form\Extension\Core\Type\FieldType">
<tag name="form.type" alias="field" />
</service>
<service id="form.type.form" class="Symfony\Component\Form\Extension\Core\Type\FormType">
<argument type="service" id="property_accessor"/>
<tag name="form.type" alias="form" />