ソースを参照

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

読み込み中…
キャンセル
保存