소스 검색

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

Bernhard Schussek 14 년 전
부모
커밋
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;