#64: wip add phonenumberfield to foodvendor
This commit is contained in:
parent
2d3100b5c9
commit
b65a4814f4
6 changed files with 75 additions and 3 deletions
|
@ -16,6 +16,7 @@ final class FoodVendorType extends AbstractType
|
|||
$builder
|
||||
->add('name')
|
||||
->add('menuLink')
|
||||
->add('phone')
|
||||
;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue