Replaced usage of "pattern" with "path"

As described in issue #135
This commit is contained in:
RicoVZ 2015-08-18 09:48:41 +02:00
parent 8468f93194
commit ef281889ab
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 }