Merge pull request #149 from Restless-ET/patch-1

Fix YAML syntax in services.yml file
This commit is contained in:
Grégoire Passault 2015-12-05 14:22:11 +01:00
commit e335e2a924
1 changed files with 7 additions and 7 deletions

View File

@ -9,9 +9,9 @@ services:
captcha.type: captcha.type:
class: %gregwar_captcha.captcha_type.class% class: %gregwar_captcha.captcha_type.class%
arguments: arguments:
- @session - '@session'
- @gregwar_captcha.generator - '@gregwar_captcha.generator'
- @translator - '@translator'
- %gregwar_captcha.config% - %gregwar_captcha.config%
tags: tags:
- { name: form.type, alias: captcha } - { name: form.type, alias: captcha }
@ -19,10 +19,10 @@ services:
gregwar_captcha.generator: gregwar_captcha.generator:
class: %gregwar_captcha.captcha_generator.class% class: %gregwar_captcha.captcha_generator.class%
arguments: arguments:
- @router - '@router'
- @gregwar_captcha.captcha_builder - '@gregwar_captcha.captcha_builder'
- @gregwar_captcha.phrase_builder - '@gregwar_captcha.phrase_builder'
- @gregwar_captcha.image_file_handler - '@gregwar_captcha.image_file_handler'
gregwar_captcha.image_file_handler: gregwar_captcha.image_file_handler:
class: %gregwar_captcha.image_file_handler.class% class: %gregwar_captcha.image_file_handler.class%