浏览代码

Moved curly brace

Stepan Anchugov 11 年之前
父节点
当前提交
f48a7afd4c
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Resources/doc/cookbook/recipe_dynamic_form_modification.rst

+ 2 - 1
Resources/doc/cookbook/recipe_dynamic_form_modification.rst

@@ -12,7 +12,8 @@ In your ``Admin`` class's ``configureFormFields`` method you're able to get the
     use Sonata\AdminBundle\Admin\Admin;
     use Sonata\AdminBundle\Form\FormMapper;
 
-    class MyModelAdmin extends Admin {
+    class MyModelAdmin extends Admin 
+    {
     // ...
 
       protected function configureFormFields(FormMapper $formMapper)