Explorar el Código

Suppression dump

master
Guillaume hace 4 años
padre
commit
549efdfae4
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      ShopBundle/Form/Backend/Common/AddressType.php

+ 0
- 1
ShopBundle/Form/Backend/Common/AddressType.php Ver fichero

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

Cargando…
Cancelar
Guardar