Merge pull request #139 from RicoVZ/patch-1

Replaced usage of "pattern" with "path"
This commit is contained in:
Grégoire Passault 2015-12-30 19:19:50 +01:00
commit e91cb1a3b7
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
gregwar_captcha.generate_captcha:
pattern: /generate-captcha/{key}
defaults: { _controller: GregwarCaptchaBundle:Captcha:generateCaptcha }
path: /generate-captcha/{key}
defaults: { _controller: GregwarCaptchaBundle:Captcha:generateCaptcha }