From de0d9408d6df925ab72f76e704cd4b34c527097f Mon Sep 17 00:00:00 2001 From: Rajini Kanth Date: Wed, 14 May 2014 10:35:18 +0530 Subject: [PATCH] corrected typos --- Resources/config/services.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/config/services.yml b/Resources/config/services.yml index 786a6de..7b552ca 100755 --- a/Resources/config/services.yml +++ b/Resources/config/services.yml @@ -7,7 +7,7 @@ parameters: services: captcha.type: - class: %gregwar_captcha.captch_type.class% + class: %gregwar_captcha.captcha_type.class% arguments: - @session - @gregwar_captcha.generator @@ -17,7 +17,7 @@ services: - { name: form.type, alias: captcha } gregwar_captcha.generator: - class: %gregwar_captcha.captch_generator.class% + class: %gregwar_captcha.captcha_generator.class% arguments: - @router - @gregwar_captcha.captcha_builder @@ -25,7 +25,7 @@ services: - @gregwar_captcha.image_file_handler gregwar_captcha.image_file_handler: - class: %gregwar_captch.image_file_handler.class% + class: %gregwar_captcha.image_file_handler.class% arguments: - %gregwar_captcha.config.image_folder% - %gregwar_captcha.config.web_path%