From 24130b53aa9826f7928452bf43d45ed8496084b2 Mon Sep 17 00:00:00 2001 From: joddyabott Date: Wed, 28 May 2025 16:06:55 +0330 Subject: [PATCH] chenge calcher accident --- .../Dashboard/{ => Accident}/AccidentReceiptController.php | 4 +--- .../AccidentReceiptReportController.php | 4 ++-- routes/v3.php | 7 +++---- 3 files changed, 6 insertions(+), 9 deletions(-) rename app/Http/Controllers/V3/Dashboard/{ => Accident}/AccidentReceiptController.php (99%) rename app/Http/Controllers/V3/Dashboard/{Reports => Accident}/AccidentReceiptReportController.php (97%) diff --git a/app/Http/Controllers/V3/Dashboard/AccidentReceiptController.php b/app/Http/Controllers/V3/Dashboard/Accident/AccidentReceiptController.php similarity index 99% rename from app/Http/Controllers/V3/Dashboard/AccidentReceiptController.php rename to app/Http/Controllers/V3/Dashboard/Accident/AccidentReceiptController.php index 1b1bf2d7..154701ad 100644 --- a/app/Http/Controllers/V3/Dashboard/AccidentReceiptController.php +++ b/app/Http/Controllers/V3/Dashboard/Accident/AccidentReceiptController.php @@ -1,11 +1,10 @@