Skip to content

Commit cb1d6b7

Browse files
committed
Merge pull request #47 from RomainLegouverneur/patch-1
property_path deprecated at false
2 parents a41ed4b + dde2b27 commit cb1d6b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Form/Type/RecaptchaType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function setDefaultOptions(OptionsResolverInterface $resolver)
9797
{
9898
$resolver->setDefaults(array(
9999
'required' => true,
100-
'property_path' => false,
100+
'mapped' => false,
101101
'widget_options' => array(),
102102
));
103103
}

0 commit comments

Comments
 (0)