From 1096cba89c2b0aa8d611933ea1096acef58d8dc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Mon, 21 Dec 2020 11:18:24 +0300 Subject: [PATCH] fixed class name --- app/Exports/Common/Sheets/Items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Exports/Common/Sheets/Items.php b/app/Exports/Common/Sheets/Items.php index bc7601ced..eff94d4f1 100644 --- a/app/Exports/Common/Sheets/Items.php +++ b/app/Exports/Common/Sheets/Items.php @@ -6,7 +6,7 @@ use App\Abstracts\Export; use App\Models\Common\Item as Model; use Maatwebsite\Excel\Concerns\WithColumnFormatting; -class Invoices extends Export implements WithColumnFormatting +class Items extends Export implements WithColumnFormatting { public function collection() {