mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
[Recaptcha] Add RequestMethod interface
This commit is contained in:
@@ -9,6 +9,7 @@ services:
|
||||
# If you do not have php-curl extension, you can change for a socket or a plain POST request.
|
||||
# Check out the repository for all other request methods:
|
||||
# https://github.com/google/recaptcha/tree/master/src/ReCaptcha/RequestMethod
|
||||
ReCaptcha\RequestMethod: '@ReCaptcha\RequestMethod\CurlPost'
|
||||
ReCaptcha\RequestMethod\CurlPost: ~
|
||||
ReCaptcha\RequestMethod\Curl: ~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user