浏览代码

Merge pull request #704 from Briareos/patch-1

Reflect the deprecation of FieldType
Thomas 13 年之前
父节点
当前提交
5373cf1653
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Resources/config/form_types.xml

+ 1 - 1
Resources/config/form_types.xml

@@ -51,7 +51,7 @@
 
         <!-- Form Extension -->
         <service id="sonata.admin.form.extension.field" class="Sonata\AdminBundle\Form\Extension\Field\Type\FormTypeFieldExtension">
-            <tag name="form.type_extension" alias="field" />
+            <tag name="form.type_extension" alias="form" />
             <argument />
         </service>