Browse Source

Merge branch 'develop'

master
Guillaume 4 years ago
parent
commit
55454d08c2
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      ShopBundle/Form/Backend/Common/AddressType.php

+ 0
- 1
ShopBundle/Form/Backend/Common/AddressType.php View File



public function buildForm(FormBuilderInterface $builder, array $options) public function buildForm(FormBuilderInterface $builder, array $options)
{ {
dump($options);
$builder $builder
->add('title', TextType::class, ['label' => 'Titre']) ->add('title', TextType::class, ['label' => 'Titre'])
->add('type', ChoiceType::class, [ ->add('type', ChoiceType::class, [

Loading…
Cancel
Save