From a0ee7cccd36a9ba2457aada9258ef48530f704f6 Mon Sep 17 00:00:00 2001 From: faezehzafarbakhsh Date: Sat, 30 May 2026 09:15:51 +0330 Subject: [PATCH] fix situation logo in report --- app/Exports/V3/Mission/Report/Machine/machineReport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Exports/V3/Mission/Report/Machine/machineReport.php b/app/Exports/V3/Mission/Report/Machine/machineReport.php index 83fc99d4..5d11323a 100644 --- a/app/Exports/V3/Mission/Report/Machine/machineReport.php +++ b/app/Exports/V3/Mission/Report/Machine/machineReport.php @@ -66,7 +66,7 @@ class machineReport implements FromView, ShouldAutoSize, WithDrawings, WithEvent $drawing2->setHeight(50); $drawing2->setOffsetX(5); $drawing2->setOffsetY(5); - $drawing2->setCoordinates('C1'); + $drawing2->setCoordinates('D1'); return [$drawing, $drawing2]; }