Changed deprecated default option
This commit is contained in:
parent
45e4f72394
commit
5f2afc623c
|
@ -122,7 +122,7 @@ class CaptchaType extends AbstractType
|
||||||
*/
|
*/
|
||||||
public function setDefaultOptions(OptionsResolverInterface $resolver)
|
public function setDefaultOptions(OptionsResolverInterface $resolver)
|
||||||
{
|
{
|
||||||
$this->options['property_path'] = false;
|
$this->options['mapped'] = false;
|
||||||
$resolver->setDefaults($this->options);
|
$resolver->setDefaults($this->options);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue