Parcourir la source

[Form] Field can now be instantiated to create anonymous fields

Bernhard Schussek il y a 14 ans
Parent
commit
4aa12248c5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/Symfony/Component/Form/Field.php

+ 1 - 1
src/Symfony/Component/Form/Field.php

@@ -46,7 +46,7 @@ use Symfony\Component\Form\ValueTransformer\TransformationFailedException;
  *
  * @author Bernhard Schussek <bernhard.schussek@symfony-project.com>
  */
-abstract class Field extends Configurable implements FieldInterface
+class Field extends Configurable implements FieldInterface
 {
     protected $taintedData = null;
     protected $locale = null;