From e5f23303d9ad63ec87fe28ae43627df55bae5eb8 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Wed, 13 May 2026 15:15:01 +0530 Subject: [PATCH] removed unwanted quotes in characteristics controller --- app/Http/Controllers/CharacteristicsController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/CharacteristicsController.php b/app/Http/Controllers/CharacteristicsController.php index 2ec331f..abb4221 100644 --- a/app/Http/Controllers/CharacteristicsController.php +++ b/app/Http/Controllers/CharacteristicsController.php @@ -3780,7 +3780,7 @@ class CharacteristicsController extends Controller if (! $cField) { return response()->json([ 'status_code' => 'ERROR', - 'status_description' => "Master characteristic field value '{$charField}'' not found in approver master!", + 'status_description' => "Master characteristic field value '{$charField}' not found in approver master!", ], 404); }