소스 검색

Suppression dump

master
Guillaume 4 년 전
부모
커밋
549efdfae4
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -1
      ShopBundle/Form/Backend/Common/AddressType.php

+ 0
- 1
ShopBundle/Form/Backend/Common/AddressType.php 파일 보기

@@ -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…
취소
저장