Bläddra i källkod

Merge branch 'develop'

master
Guillaume 4 år sedan
förälder
incheckning
1c7a908043
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. +1
    -0
      ShopBundle/Form/Backend/Common/AddressType.php

+ 1
- 0
ShopBundle/Form/Backend/Common/AddressType.php Visa fil

@@ -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, [

Laddar…
Avbryt
Spara