Fixed deprecation warning

This commit is contained in:
Frederik Schubert
2019-01-23 11:01:56 +01:00
committed by GitHub
parent 754310f488
commit 0f6cd70920

View File

@ -1,3 +1,3 @@
gregwar_captcha.generate_captcha:
path: /generate-captcha/{key}
defaults: { _controller: GregwarCaptchaBundle:Captcha:generateCaptcha }
defaults: { _controller: Gregwar\CaptchaBundle\Controller\CaptchaController::generateCaptchaAction }