diff --git a/Resources/config/routing/routing.yml b/Resources/config/routing/routing.yml index e2103cc..2303bb4 100644 --- a/Resources/config/routing/routing.yml +++ b/Resources/config/routing/routing.yml @@ -1,3 +1,3 @@ gregwar_captcha.generate_captcha: path: /generate-captcha/{key} - defaults: { _controller: GregwarCaptchaBundle:Captcha:generateCaptcha } + defaults: { _controller: Gregwar\CaptchaBundle\Controller\CaptchaController::generateCaptchaAction }