fix code
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user