This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
LcShopBundle
Watch
3
Star
2
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[Frontend] Contact : ajout captcha
develop
Guillaume
3 years ago
parent
ad42774d7f
commit
eeacac54b7
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+1
-0
ShopBundle/Form/Frontend/TicketType.php
+ 1
- 0
ShopBundle/Form/Frontend/TicketType.php
View File
@@ -90,6 +90,7 @@ class TicketType extends AbstractType
$this->utils->addCaptchaType($builder);
}
$builder->add('subject', TextType::class, [
'label' => 'Sujet'
])
Write
Preview
Loading…
Cancel
Save