Sfoglia il codice sorgente

Suppression dump

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

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

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

Loading…
Annulla
Salva