We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd0305f + a66bf61 commit ca0e29dCopy full SHA for ca0e29d
src/Form/Type/FriendlyCaptchaType.php
@@ -29,7 +29,7 @@ public function getParent()
29
public function buildView(FormView $view, FormInterface $form, array $options)
30
{
31
$fcValues = array_filter([
32
- 'puzzle-puzzle-endpoint' => $this->endpoint,
+ 'puzzle-endpoint' => $this->endpoint,
33
'lang' => $options['lang'] ?? null,
34
'start' => $options['start'] ?? null,
35
'callback' => $options['callback'] ?? null,
0 commit comments