From ef281889abbe8aaec325a6b36a65460593f4417d Mon Sep 17 00:00:00 2001 From: RicoVZ Date: Tue, 18 Aug 2015 09:48:41 +0200 Subject: [PATCH] Replaced usage of "pattern" with "path" As described in issue #135 --- Resources/config/routing/routing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/config/routing/routing.yml b/Resources/config/routing/routing.yml index e074029..e2103cc 100644 --- a/Resources/config/routing/routing.yml +++ b/Resources/config/routing/routing.yml @@ -1,3 +1,3 @@ gregwar_captcha.generate_captcha: - pattern: /generate-captcha/{key} - defaults: { _controller: GregwarCaptchaBundle:Captcha:generateCaptcha } \ No newline at end of file + path: /generate-captcha/{key} + defaults: { _controller: GregwarCaptchaBundle:Captcha:generateCaptcha }