X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/94dc9530e044a22082712263ac89d7ac677ed0d0..0f09ede543b60204768e54f05d4fff0f39e7e57c:/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]); }