From 162eaa0c9c74a313bfa7bf89972653bf37ad0185 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Thu, 31 Jul 2025 13:59:14 +0530 Subject: [PATCH] added unwanted line --- app/Console/Commands/SendProductionReport.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Console/Commands/SendProductionReport.php b/app/Console/Commands/SendProductionReport.php index eee54af..610088f 100644 --- a/app/Console/Commands/SendProductionReport.php +++ b/app/Console/Commands/SendProductionReport.php @@ -195,6 +195,8 @@ class SendProductionReport extends Command // } //.. + //. + foreach ($plants as $plant) { $lines = Line::where('plant_id', $plant->id)->get();