@@ -26,7 +26,6 @@ class AddressType extends AbstractType | |||
public function buildForm(FormBuilderInterface $builder, array $options) | |||
{ | |||
dump($options); | |||
$builder | |||
->add('title', TextType::class, ['label' => 'Titre']) | |||
->add('type', ChoiceType::class, [ |