From 70b39515ec51e02afa611870d6aa7405f7870423 Mon Sep 17 00:00:00 2001 From: Continuous Integration Date: Thu, 19 Dec 2024 00:16:09 +0000 Subject: [PATCH] Continuous Integration Fixes --- src/Entity/FoodVendor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;