Continuous Integration Fixes
All checks were successful
/ ls (push) Successful in 2m16s
/ ls (release) Successful in 51s

This commit is contained in:
Continuous Integration 2024-12-19 00:16:09 +00:00
parent 86986310ad
commit 70b39515ec

View file

@ -17,7 +17,7 @@ class FoodVendor
private string|null $name = null; private string|null $name = null;
#[ORM\Column(length: 50, nullable: true, options: [ #[ORM\Column(length: 50, nullable: true, options: [
'default' => "", 'default' => '',
])] ])]
private string|null $phone = null; private string|null $phone = null;