X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/f13423c9cde0b388c1e2269c97d3e8f43b6aaaca..HEAD:/Form/ContactType.php diff --git a/Form/ContactType.php b/Form/ContactType.php index 93951e9..4142c99 100644 --- a/Form/ContactType.php +++ b/Form/ContactType.php @@ -46,6 +46,9 @@ class ContactType extends CaptchaType { * {@inheritdoc} */ public function configureOptions(OptionsResolver $resolver): void { + //Call parent configure options + parent::configureOptions($resolver); + //Set defaults $resolver->setDefaults(['error_bubbling' => true]); }