POST_BIND deprecated
POST_BIND deprecated since version 2.3, to be removed in 3.0. Use POST_SUBMIT instead.
This commit is contained in:
@ -71,7 +71,7 @@ class CaptchaType extends AbstractType
|
||||
$options['humanity']
|
||||
);
|
||||
|
||||
$builder->addEventListener(FormEvents::POST_BIND, array($validator, 'validate'));
|
||||
$builder->addEventListener(FormEvents::POST_SUBMIT, array($validator, 'validate'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user