2011-08-25 22:50:59 +02:00
|
|
|
|
|
|
|
services:
|
|
|
|
# captcha type
|
|
|
|
captcha.type:
|
|
|
|
class: Gregwar\CaptchaBundle\Type\CaptchaType
|
2011-12-02 18:36:34 +01:00
|
|
|
arguments: [ "@session", %gregwar_captcha.config% ]
|
2011-08-25 22:50:59 +02:00
|
|
|
tags:
|
|
|
|
- { name: form.type, alias: captcha }
|