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