ichange CustomerCreation::buildForm visibility
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user