From 66cfb5ff096d7fe2168a4980e4e6b2a30f354322 Mon Sep 17 00:00:00 2001 From: faezehzafarbakhsh Date: Sun, 4 Jan 2026 14:52:30 +0330 Subject: [PATCH] fix code --- app/Exports/V3/Mission/Report/ProvinceReport.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/Exports/V3/Mission/Report/ProvinceReport.php b/app/Exports/V3/Mission/Report/ProvinceReport.php index cdc77205..6d79b39d 100644 --- a/app/Exports/V3/Mission/Report/ProvinceReport.php +++ b/app/Exports/V3/Mission/Report/ProvinceReport.php @@ -2,10 +2,8 @@ namespace App\Exports\V3\Mission\Report; -use App\Models\EdarateShahri; + use Illuminate\Contracts\View\View; -use Illuminate\Database\Eloquent\Collection; -use Illuminate\Http\Request; use Maatwebsite\Excel\Concerns\FromView; use Maatwebsite\Excel\Concerns\ShouldAutoSize; use Maatwebsite\Excel\Concerns\WithDrawings; @@ -13,7 +11,6 @@ use Maatwebsite\Excel\Concerns\WithEvents; use Maatwebsite\Excel\Events\AfterSheet; use PhpOffice\PhpSpreadsheet\Exception; use PhpOffice\PhpSpreadsheet\Worksheet\Drawing; -use PhpOffice\PhpSpreadsheet\Worksheet\Worksheet; class ProvinceReport implements FromView, WithEvents, ShouldAutoSize, WithDrawings {