Browse Source

Moved curly brace

Stepan Anchugov 11 years ago
parent
commit
f48a7afd4c
1 changed files with 2 additions and 1 deletions
  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)