From 52a25fec8e95d4972da51bbd6f81b2cb8672b012 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Mon, 14 Jul 2025 11:20:56 +0530 Subject: [PATCH] Added FG Line in plant line controller --- app/Http/Controllers/ModulePlantLineController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/ModulePlantLineController.php b/app/Http/Controllers/ModulePlantLineController.php index 4608a08..18fc945 100644 --- a/app/Http/Controllers/ModulePlantLineController.php +++ b/app/Http/Controllers/ModulePlantLineController.php @@ -133,7 +133,7 @@ class ModulePlantLineController extends Controller // Add "All Lines" to beginning and "FG Lines" at the end // array_unshift($nonFgLines, 'All Lines'); - $nonFgLines[] = 'FG Lines'; + $nonFgLines[] = 'FG Line'; return response()->json([ 'status_code' => 'SUCCESS',