Skip to content

Commit

Permalink
[Form] Field can now be instantiated to create anonymous fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Schussek authored and fabpot committed Nov 23, 2010
1 parent 73daccd commit 4aa1224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Form/Field.php
Expand Up @@ -46,7 +46,7 @@
*
* @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;
Expand Down

0 comments on commit 4aa1224

Please sign in to comment.