From a14d3da90acca2e1b28f02d4ee71979713a080b1 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Fri, 28 Jun 2013 11:47:28 +0200 Subject: [PATCH] ichange CustomerCreation::buildForm visibility --- core/lib/Thelia/Form/CustomerCreation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Thelia/Form/CustomerCreation.php b/core/lib/Thelia/Form/CustomerCreation.php index 3906be565..68726356d 100644 --- a/core/lib/Thelia/Form/CustomerCreation.php +++ b/core/lib/Thelia/Form/CustomerCreation.php @@ -30,7 +30,7 @@ use Symfony\Component\Validator\Constraints\NotBlank; class CustomerCreation extends BaseForm { - public function buildForm() + protected function buildForm() { $this->form->add("name", "text") ->add("email", "email", array(