add smarty function form_enctype
This commit is contained in:
@@ -33,8 +33,7 @@ class CustomerCreation extends AbstractType
|
||||
{
|
||||
return $builder->add("name", "text")
|
||||
->add("email", "email")
|
||||
->add('age', 'integer')
|
||||
;
|
||||
->add('age', 'integer');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user