@@ -116,7 +116,7 @@ class TicketType extends AbstractType | |||
); | |||
} else { | |||
// captcha | |||
//$this->utils->addCaptchaType($builder); | |||
$this->utils->addCaptchaType($builder); | |||
} | |||
$builder->add( | |||
@@ -158,14 +158,14 @@ class TicketType extends AbstractType | |||
] | |||
); | |||
$builder->add( | |||
/*$builder->add( | |||
'captchaCode', | |||
CaptchaType::class, | |||
array( | |||
'captchaConfig' => 'TicketCaptcha', | |||
'label' => 'Recopiez les caractères de l\'image' | |||
) | |||
); | |||
);*/ | |||
} | |||