ichange CustomerCreation::buildForm visibility

This commit is contained in:
Manuel Raynaud
2013-06-28 11:47:28 +02:00
parent 6809c5ba1c
commit a14d3da90a

View File

@@ -30,7 +30,7 @@ use Symfony\Component\Validator\Constraints\NotBlank;
class CustomerCreation extends BaseForm class CustomerCreation extends BaseForm
{ {
public function buildForm() protected function buildForm()
{ {
$this->form->add("name", "text") $this->form->add("name", "text")
->add("email", "email", array( ->add("email", "email", array(