Просмотр исходного кода

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

Bernhard Schussek 14 лет назад
Родитель
Сommit
4aa12248c5
1 измененных файлов с 1 добавлено и 1 удалено
  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;