2011-08-25 22:50:59 +02:00
|
|
|
|
|
|
|
services:
|
|
|
|
# captcha type
|
|
|
|
captcha.type:
|
|
|
|
class: Gregwar\CaptchaBundle\Type\CaptchaType
|
2011-09-09 19:46:12 +02:00
|
|
|
arguments: [@session, %gregwar_captcha.image.width%, %gregwar_captcha.image.height%]
|
2011-08-25 22:50:59 +02:00
|
|
|
tags:
|
|
|
|
- { name: form.type, alias: captcha }
|