Created captcha type (this works, but still no image generation)
This commit is contained in:
8
Resources/config/services.yml
Executable file
8
Resources/config/services.yml
Executable file
@ -0,0 +1,8 @@
|
||||
|
||||
services:
|
||||
# captcha type
|
||||
captcha.type:
|
||||
class: Gregwar\CaptchaBundle\Type\CaptchaType
|
||||
arguments: [@session]
|
||||
tags:
|
||||
- { name: form.type, alias: captcha }
|
Reference in New Issue
Block a user