#64-vendor-add-phonenumber #69
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class FoodVendor
|
|||
private string|null $name = null;
|
||||
|
||||
#[ORM\Column(length: 50, nullable: true, options: [
|
||||
'default' => "",
|
||||
'default' => '',
|
||||
])]
|
||||
private string|null $phone = null;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue