Procházet zdrojové kódy

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

Bernhard Schussek před 14 roky
rodič
revize
4aa12248c5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;