#64-vendor-add-phonenumber #69

Merged
lubiana merged 3 commits from #64-vendor-add-phonenumber into main 2024-12-19 00:21:24 +00:00
Showing only changes of commit 70b39515ec - Show all commits

View file

@ -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;