Browse Source

Merge branch 'develop'

master^2
Guillaume 3 years ago
parent
commit
cb12be2b69
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      ShopBundle/Form/Frontend/TicketType.php

+ 3
- 3
ShopBundle/Form/Frontend/TicketType.php View File

); );
} else { } else {
// captcha // captcha
//$this->utils->addCaptchaType($builder);
$this->utils->addCaptchaType($builder);
} }


$builder->add( $builder->add(
] ]
); );


$builder->add(
/*$builder->add(
'captchaCode', 'captchaCode',
CaptchaType::class, CaptchaType::class,
array( array(
'captchaConfig' => 'TicketCaptcha', 'captchaConfig' => 'TicketCaptcha',
'label' => 'Recopiez les caractères de l\'image' 'label' => 'Recopiez les caractères de l\'image'
) )
);
);*/


} }



Loading…
Cancel
Save