From c6d1a056228c2afba64622bbf95eb0bb963b294f Mon Sep 17 00:00:00 2001 From: omair saleh Date: Mon, 4 Jul 2022 10:50:23 +0800 Subject: [PATCH] fix customer export --- app/Classes/Modules/Exports/Services/ExportsCustomers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Classes/Modules/Exports/Services/ExportsCustomers.php b/app/Classes/Modules/Exports/Services/ExportsCustomers.php index 7a71187a..79535c21 100644 --- a/app/Classes/Modules/Exports/Services/ExportsCustomers.php +++ b/app/Classes/Modules/Exports/Services/ExportsCustomers.php @@ -12,7 +12,7 @@ use Maatwebsite\Excel\Concerns\WithHeadingRow; use Maatwebsite\Excel\Concerns\WithHeadings; use Maatwebsite\Excel\Concerns\WithMapping; -class ExportsCustomers implements FromQuery, WithHeadings, WithHeadingRow, WithMapping, KShouldAutoSize +class ExportsCustomers implements FromQuery, WithHeadings, WithHeadingRow, WithMapping, ShouldAutoSize { use Exportable;