Skip to content

Commit

Permalink
[BUGFIX] EXT:form: Fix validator definition in yaml configuration
Browse files Browse the repository at this point in the history
Issue #7
  • Loading branch information
TehTux committed Nov 15, 2018
1 parent b37e19f commit 232bcf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/Yaml/ReCaptcha/BaseSetup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ TYPO3:
_isHiddenFormElement: true
validatorsDefinition:
JhCaptchaRecaptcha:
implementationClassName: 'Haffner\JhCaptcha\Validation\Validator\RecaptchaValidator'
implementationClassName: 'Haffner\JhCaptcha\Validation\Validator\ReCaptchaValidator'
mixins:
formElementMixins:
JhCaptchaRecaptchaMixin:
Expand Down

0 comments on commit 232bcf8

Please sign in to comment.