reports not using the new export structure
This commit is contained in:
@ -3,12 +3,15 @@
|
||||
namespace App\Exports\Common;
|
||||
|
||||
use Illuminate\Contracts\View\View;
|
||||
use Maatwebsite\Excel\Concerns\Exportable;
|
||||
use Maatwebsite\Excel\Concerns\FromView;
|
||||
use Maatwebsite\Excel\Concerns\ShouldAutoSize;
|
||||
use Maatwebsite\Excel\Concerns\WithTitle;
|
||||
|
||||
class Reports implements FromView, ShouldAutoSize, WithTitle
|
||||
{
|
||||
use Exportable;
|
||||
|
||||
protected $view;
|
||||
|
||||
protected $class;
|
||||
|
Reference in New Issue
Block a user