This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
LcShopBundle
Watch
3
Star
2
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'develop'
master
Guillaume
4 years ago
parent
55454d08c2
175167a425
commit
1c7a908043
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+1
-0
ShopBundle/Form/Backend/Common/AddressType.php
+ 1
- 0
ShopBundle/Form/Backend/Common/AddressType.php
View File
@@ -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, [
Write
Preview
Loading…
Cancel
Save