Skip to content

Commit

Permalink
Fix a wrong alias name in the services file
Browse files Browse the repository at this point in the history
  Closes #8 (kudos to Snowbaha)
  • Loading branch information
lgeorget committed Dec 2, 2021
1 parent 36e79bf commit eeeb063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<argument type="string"></argument> <!-- validation mode: strict or lax -->
</service>

<service id="MeteoConcept\HCaptchaBundle\Validator\Constraints\IsAValidCaptchaValidator"
<service id="MeteoConcept\HCaptchaBundle\Validator\Constraints\IsValidCaptchaValidator"
alias="meteo_concept_h_captcha.captcha_validator"
public="false">
</service>
Expand Down

0 comments on commit eeeb063

Please sign in to comment.