diff --git a/src/Entity/FoodVendor.php b/src/Entity/FoodVendor.php index 749aa63..514668f 100644 --- a/src/Entity/FoodVendor.php +++ b/src/Entity/FoodVendor.php @@ -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;