Change session key for as_url option
This commit is contained in:
parent
25b8840f2a
commit
ba9c0e6166
|
@ -22,7 +22,7 @@ use Gregwar\CaptchaBundle\Generator\CaptchaGenerator;
|
|||
*/
|
||||
class CaptchaType extends AbstractType
|
||||
{
|
||||
const SESSION_KEY_PREFIX = '_captcha/';
|
||||
const SESSION_KEY_PREFIX = '_captcha_';
|
||||
|
||||
/**
|
||||
* @var SessionInterface
|
||||
|
|
Loading…
Reference in New Issue