2011-08-25 22:50:59 +02:00
|
|
|
|
|
|
|
services:
|
|
|
|
# captcha type
|
|
|
|
captcha.type:
|
|
|
|
class: Gregwar\CaptchaBundle\Type\CaptchaType
|
2011-09-08 17:07:04 +02:00
|
|
|
arguments: [@session, @service_container]
|
2011-08-25 22:50:59 +02:00
|
|
|
tags:
|
|
|
|
- { name: form.type, alias: captcha }
|