Bläddra i källkod

Merge branch 'develop'

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

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

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

Laddar…
Avbryt
Spara