Completed
Push — master ( f09455...266dce )
by Song
02:34
created
src/Actions/Interactor/Form.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Encore\Admin\Actions\Interactor;
4 4
 
5
-use Encore\Admin\Actions\Action;
6 5
 use Encore\Admin\Actions\RowAction;
7 6
 use Encore\Admin\Admin;
8 7
 use Encore\Admin\Form\Field;
Please login to merge, or discard this patch.
src/Grid/Concerns/CanExportGrid.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Encore\Admin\Grid\Concerns;
4 4
 
5 5
 use Encore\Admin\Grid;
6
-use Encore\Admin\Grid\Column;
7 6
 use Encore\Admin\Grid\Exporter;
8 7
 use Encore\Admin\Grid\Exporters\AbstractExporter;
9 8
 
Please login to merge, or discard this patch.
src/Grid/Exporters/CsvExporter.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -4,10 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Encore\Admin\Grid;
6 6
 use Encore\Admin\Grid\Column;
7
-use Illuminate\Database\Eloquent\Model;
8
-use Illuminate\Support\Arr;
9
-use Illuminate\Support\Collection;
10
-use Illuminate\Support\Str;
11 7
 
12 8
 class CsvExporter extends AbstractExporter
13 9
 {
Please login to merge, or discard this patch.