Sfoglia il codice sorgente

Merge branch 'develop'

master
Guillaume 4 anni fa
parent
commit
1c7a908043
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      ShopBundle/Form/Backend/Common/AddressType.php

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

@@ -26,6 +26,7 @@ class AddressType extends AbstractType

public function buildForm(FormBuilderInterface $builder, array $options)
{

$builder
->add('title', TextType::class, ['label' => 'Titre'])
->add('type', ChoiceType::class, [

Loading…
Annulla
Salva