fixed item export

This commit is contained in:
Cüneyt Şentürk 2020-12-21 11:22:15 +03:00
parent 1096cba89c
commit 4008eb6444

View File

@ -4,9 +4,8 @@ namespace App\Exports\Common\Sheets;
use App\Abstracts\Export; use App\Abstracts\Export;
use App\Models\Common\Item as Model; use App\Models\Common\Item as Model;
use Maatwebsite\Excel\Concerns\WithColumnFormatting;
class Items extends Export implements WithColumnFormatting class Items extends Export
{ {
public function collection() public function collection()
{ {