Commit 5515348e by Alfiro Pratama

Fix Time Unduh Export Excel Proposal

parent 7182a9bd
......@@ -7,9 +7,10 @@ use App\Models\DaftarProposal;
use Illuminate\Support\Facades\DB;
use Illuminate\Contracts\View\View;
use Maatwebsite\Excel\Concerns\FromView;
use Maatwebsite\Excel\Concerns\ShouldAutoSize;
// use Maatwebsite\Excel\Concerns\ShouldAutoSize;
class ProposalExport implements FromView,ShouldAutoSize
// class ProposalExport implements FromView,ShouldAutoSize
class ProposalExport implements FromView
{
/**
* @return \Illuminate\Support\Collection
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment