Browse Source

[Frontend] Contact : ajout captcha

develop
Guillaume 3 years ago
parent
commit
ad42774d7f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      ShopBundle/Form/Frontend/TicketType.php

+ 1
- 0
ShopBundle/Form/Frontend/TicketType.php View File

@@ -85,6 +85,7 @@ class TicketType extends AbstractType
]) ;
}
else {

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

Loading…
Cancel
Save