Change session key for as_url option

This commit is contained in:
Cengizhan Çalışkan 2017-03-27 22:32:00 +03:00 committed by GitHub
parent 25b8840f2a
commit ba9c0e6166
1 changed files with 1 additions and 1 deletions

View File

@ -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