Skip to content

Commit

Permalink
Fixed validator
Browse files Browse the repository at this point in the history
  • Loading branch information
jbgomond committed Dec 19, 2015
1 parent 3f63c75 commit 5f0b0e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
arguments:
- '%ewz_recaptcha.enabled%'
- '%ewz_recaptcha.private_key%'
- '%ewz_recaptcha.http_proxy%'
- '@request_stack'
- '%ewz_recaptcha.http_proxy%'
tags:
- { name: validator.constraint_validator }
- { name: validator.constraint_validator, alias: 'ewz_recaptcha.true' }

0 comments on commit 5f0b0e9

Please sign in to comment.