소스 검색

Merge branch 'develop'

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

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

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

Loading…
취소
저장