Completed
Pull Request — master (#201)
by
unknown
02:13
created
src/Components/ExcelDownload.php 1 patch
Unused Use Statements   -8 removed lines patch added patch discarded remove patch
@@ -4,16 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use Event;
6 6
 use Illuminate\Support\Facades\Storage;
7
-use Illuminate\Pagination\Paginator;
8
-use Illuminate\Foundation\Application;
9
-use Maatwebsite\Excel\Classes\LaravelExcelWorksheet;
10
-use Maatwebsite\Excel\Excel;
11
-use Maatwebsite\Excel\Writers\LaravelExcelWriter;
12 7
 use Nayjest\Grids\Components\Base\RenderableComponent;
13 8
 use Nayjest\Grids\Components\Base\RenderableRegistry;
14
-use Nayjest\Grids\DataProvider;
15
-use Nayjest\Grids\DataRow;
16
-use Nayjest\Grids\FieldConfig;
17 9
 use Nayjest\Grids\Grid;
18 10
 
19 11
 class ExcelDownload extends RenderableComponent
Please login to merge, or discard this patch.
src/Components/ExcelDispatchJobService.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,13 +4,10 @@
 block discarded – undo
4 4
 
5 5
 use App\Components\Grid\ExtendedTableRow;
6 6
 use App\Components\Grid\GridsToComponents;
7
-use App\Http\Controllers\SupportersController;
8 7
 use App\Topic;
9 8
 use App\User;
10
-use Event;
11 9
 use Illuminate\Pagination\Paginator;
12 10
 use Illuminate\Foundation\Application;
13
-use Illuminate\Support\Facades\DB;
14 11
 use Maatwebsite\Excel\Classes\LaravelExcelWorksheet;
15 12
 use Maatwebsite\Excel\Excel;
16 13
 use Maatwebsite\Excel\Writers\LaravelExcelWriter;
Please login to merge, or discard this patch.