Added captcha image width and height as a configuration setting.

This commit is contained in:
Gregory McLean
2011-09-08 11:07:04 -04:00
parent 1afeeb8733
commit e2a705dda7
4 changed files with 43 additions and 14 deletions

View File

@ -3,6 +3,6 @@ services:
# captcha type
captcha.type:
class: Gregwar\CaptchaBundle\Type\CaptchaType
arguments: [@session]
arguments: [@session, @service_container]
tags:
- { name: form.type, alias: captcha }