Quentin Pleplé před 14 roky
rodič
revize
0a1766f07e

+ 1 - 1
Resources/doc/reference/form_field_definition.rst

@@ -30,7 +30,7 @@ Example
                 ->add('author', array(), array('edit' => 'list'))
                 ->add('enabled')
                 ->add('title')
-                ->add('abtract', array(), array('required' => false))
+                ->add('abtract', array('required' => false))
                 ->add('content')
 
                 // you can define help messages like this