corrected typos
This commit is contained in:
parent
cb45fe2847
commit
de0d9408d6
|
@ -7,7 +7,7 @@ parameters:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
captcha.type:
|
captcha.type:
|
||||||
class: %gregwar_captcha.captch_type.class%
|
class: %gregwar_captcha.captcha_type.class%
|
||||||
arguments:
|
arguments:
|
||||||
- @session
|
- @session
|
||||||
- @gregwar_captcha.generator
|
- @gregwar_captcha.generator
|
||||||
|
@ -17,7 +17,7 @@ services:
|
||||||
- { name: form.type, alias: captcha }
|
- { name: form.type, alias: captcha }
|
||||||
|
|
||||||
gregwar_captcha.generator:
|
gregwar_captcha.generator:
|
||||||
class: %gregwar_captcha.captch_generator.class%
|
class: %gregwar_captcha.captcha_generator.class%
|
||||||
arguments:
|
arguments:
|
||||||
- @router
|
- @router
|
||||||
- @gregwar_captcha.captcha_builder
|
- @gregwar_captcha.captcha_builder
|
||||||
|
@ -25,7 +25,7 @@ services:
|
||||||
- @gregwar_captcha.image_file_handler
|
- @gregwar_captcha.image_file_handler
|
||||||
|
|
||||||
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:
|
arguments:
|
||||||
- %gregwar_captcha.config.image_folder%
|
- %gregwar_captcha.config.image_folder%
|
||||||
- %gregwar_captcha.config.web_path%
|
- %gregwar_captcha.config.web_path%
|
||||||
|
|
Loading…
Reference in New Issue