We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de334c commit 8cd5dddCopy full SHA for 8cd5ddd
src/Services/DataTablesExportHandler.php
@@ -2,10 +2,6 @@
2
3
namespace Yajra\DataTables\Services;
4
5
-use Illuminate\Support\Collection;
6
-use Maatwebsite\Excel\Concerns\Exportable;
7
-use Maatwebsite\Excel\Concerns\FromCollection;
8
-use Maatwebsite\Excel\Concerns\WithHeadings;
9
use Yajra\DataTables\Exports\DataTablesCollectionExport;
10
11
class DataTablesExportHandler extends DataTablesCollectionExport
0 commit comments