add smarty function form_enctype

This commit is contained in:
Manuel Raynaud
2013-06-25 10:48:30 +02:00
parent fe92cc546a
commit 2fb6ec2a7d
3 changed files with 22 additions and 6 deletions

View File

@@ -33,8 +33,7 @@ class CustomerCreation extends AbstractType
{
return $builder->add("name", "text")
->add("email", "email")
->add('age', 'integer')
;
->add('age', 'integer');
}
/**